Interface | Description |
---|---|
Deserializer<T> |
Provides a facility for deserializing objects of type
InputStream . |
Serialization<T> |
Encapsulates a
Serializer /Deserializer pair. |
Serializer<T> |
Provides a facility for serializing objects of type
OutputStream . |
Class | Description |
---|---|
SerializationFactory |
A factory for
Serialization s. |