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

    Modifier and Type
    Method
    Description
    deserialize(byte[] bytes, String path)
     
    byte[]
    serialize(T object, String path)