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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class com.linkedin.venice.helix.VeniceJsonSerializer
OBJECT_MAPPER -
Constructor Summary
Constructors -
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:
serializein interfaceVeniceSerializer<SerializableSystemStore>- Overrides:
serializein classVeniceJsonSerializer<SerializableSystemStore>- Throws:
IOException
-
deserialize
- Specified by:
deserializein interfaceVeniceSerializer<SerializableSystemStore>- Overrides:
deserializein classVeniceJsonSerializer<SerializableSystemStore>- Throws:
IOException
-