Uses of Interface
uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiserModules
-
Packages that use JSONSerialiserModules Package Description uk.gov.gchq.gaffer.bitmap.serialisation.json Classes to facilitate the serialisation of bitmap objects into JSON.uk.gov.gchq.gaffer.sketches.serialisation.json JSON serialisation modules for the sketches library.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface. -
-
Uses of JSONSerialiserModules in uk.gov.gchq.gaffer.bitmap.serialisation.json
Classes in uk.gov.gchq.gaffer.bitmap.serialisation.json that implement JSONSerialiserModules Modifier and Type Class Description class
BitmapJsonModules
Factory class to create the required modules for serialisation and deserialisingRoaringBitmap
instances in Jackson. -
Uses of JSONSerialiserModules in uk.gov.gchq.gaffer.sketches.serialisation.json
Classes in uk.gov.gchq.gaffer.sketches.serialisation.json that implement JSONSerialiserModules Modifier and Type Class Description class
SketchesJsonModules
Factory class to create the required modules for serialisation and deserialisingHyperLogLogPlus
instances in Jackson. -
Uses of JSONSerialiserModules in uk.gov.gchq.gaffer.store
Method parameters in uk.gov.gchq.gaffer.store with type arguments of type JSONSerialiserModules Modifier and Type Method Description void
StoreProperties. setJsonSerialiserModules(Set<Class<? extends JSONSerialiserModules>> modules)
-