Interface Serializer<T>

Type Parameters:
T - the target type of this serializer.
All Known Implementing Classes:
Serializer.Provided, UUIDSerializer

public interface Serializer<T>
Writes/reads an object to/from a binary stream.
Author:
Paul Ferraro