Interface Serialization<T,S>

Type Parameters:
T - the type of objects
S - the type of serialized results
All Known Implementing Classes:
RecordSerialization

public interface Serialization<T,S>
An interface that holds Serializer and/or Deserializer.