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 SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Field SummaryFields inherited from class com.linkedin.venice.helix.VeniceJsonSerializerOBJECT_MAPPER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondeserialize(byte[] bytes, String path) byte[]serialize(SerializableSystemStore systemStore, String path) 
- 
Constructor Details- 
SystemStoreJSONSerializerpublic SystemStoreJSONSerializer()
 
- 
- 
Method Details- 
serialize- Specified by:
- serializein interface- VeniceSerializer<SerializableSystemStore>
- Overrides:
- serializein class- VeniceJsonSerializer<SerializableSystemStore>
- Throws:
- IOException
 
- 
deserialize- Specified by:
- deserializein interface- VeniceSerializer<SerializableSystemStore>
- Overrides:
- deserializein class- VeniceJsonSerializer<SerializableSystemStore>
- Throws:
- IOException
 
 
-