Interface Serializer<E>

All Known Implementing Classes:
BooleanSerializer, BufferedSerializer, ByteArraySerializer, ByteSerializer, CharacterSerializer, CharArraySerializer, DoubleSerializer, FloatSerializer, GZIPSerializer, IntegerSerializer, LongSerializer, ObjectSerializer, ShortSerializer

public interface Serializer<E>
Writes and reads serialized forms of objects to and from OutputStream and InputStream. There is no need to handle null values as they will not be passed-in. All Serializers should be considered not thread-safe.
Author:
AO Industries, Inc.