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 classBitmapJsonModulesFactory class to create the required modules for serialisation and deserialisingRoaringBitmapinstances 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 classSketchesJsonModulesFactory class to create the required modules for serialisation and deserialisingHyperLogLogPlusinstances 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 voidStoreProperties. setJsonSerialiserModules(Set<Class<? extends JSONSerialiserModules>> modules)
-