Package com.linkedin.venice.helix
Class SystemStoreJSONSerializer
java.lang.Object
com.linkedin.venice.helix.VeniceJsonSerializer<SerializableSystemStore>
com.linkedin.venice.helix.SystemStoreJSONSerializer
- All Implemented Interfaces:
VeniceSerializer<SerializableSystemStore>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.linkedin.venice.helix.VeniceJsonSerializer
OBJECT_MAPPER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(byte[] bytes, String path) byte[]
serialize
(SerializableSystemStore systemStore, String path)
-
Constructor Details
-
SystemStoreJSONSerializer
public SystemStoreJSONSerializer()
-
-
Method Details
-
serialize
- Specified by:
serialize
in interfaceVeniceSerializer<SerializableSystemStore>
- Overrides:
serialize
in classVeniceJsonSerializer<SerializableSystemStore>
- Throws:
IOException
-
deserialize
- Specified by:
deserialize
in interfaceVeniceSerializer<SerializableSystemStore>
- Overrides:
deserialize
in classVeniceJsonSerializer<SerializableSystemStore>
- Throws:
IOException
-