Class SketchesJsonModules
- java.lang.Object
-
- uk.gov.gchq.gaffer.sketches.serialisation.json.SketchesJsonModules
-
- All Implemented Interfaces:
JSONSerialiserModules
public class SketchesJsonModules extends Object implements JSONSerialiserModules
Factory class to create the required modules for serialisation and deserialisingHyperLogLogPlus
instances in Jackson.
-
-
Constructor Summary
Constructors Constructor Description SketchesJsonModules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.fasterxml.jackson.databind.Module>
getModules()
-
-
-
Method Detail
-
getModules
public List<com.fasterxml.jackson.databind.Module> getModules()
- Specified by:
getModules
in interfaceJSONSerialiserModules
-
-