Package com.linkedin.venice.meta
Interface VeniceSerializer<T>
- All Known Implementing Classes:
AbstractSchemaEntrySerializer
,DerivedSchemaEntrySerializer
,MigrationPushStrategyJSONSerializer
,OfflinePushStatusJSONSerializer
,PartitionStatusJSONSerializer
,ReplicationMetadataSchemaEntrySerializer
,RouterClusterConfigJSONSerializer
,SchemaEntrySerializer
,SimpleStringSerializer
,StoragePersonaJSONSerializer
,StoreConfigJsonSerializer
,StoreJSONSerializer
,StringToLongMapJSONSerializer
,SystemStoreJSONSerializer
,VeniceJsonSerializer
public interface VeniceSerializer<T>
Interface defines how to serialize and deserialize the venice object.
-
Method Summary
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-