Package com.linkedin.venice.helix
Class StoreJSONSerializer
- All Implemented Interfaces:
VeniceSerializer<Store>
Serializer used to convert the data between Store and json.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Mixin used to add the annotation to figure out the constructor used by Jackson lib when deserialize the versionstatic class
static class
Mixin used to add the annotation to figure out the constructor used by Jackson lib when deserialize the store.static class
Mixin used to add the annotation to figure out the constructor used by Jackson lib when deserialize the versionstatic class
-
Field Summary
Fields inherited from class com.linkedin.venice.helix.VeniceJsonSerializer
OBJECT_MAPPER
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StoreJSONSerializer
public StoreJSONSerializer()
-
-
Method Details
-
serialize
- Specified by:
serialize
in interfaceVeniceSerializer<Store>
- Overrides:
serialize
in classVeniceJsonSerializer<Store>
- Throws:
IOException
-
deserialize
- Specified by:
deserialize
in interfaceVeniceSerializer<Store>
- Overrides:
deserialize
in classVeniceJsonSerializer<Store>
- Throws:
IOException
-