|
Class Summary |
| DeserializeTransformer |
Standard Java Deserialization transformation from byte[] or
FastByteArrayInputStream containing a serialized Object to an Object.
|
| FastByteArrayInputStream |
An extension of ByteArrayInputStream to allow direct manipulation of and
access to the internal buffer for performance reasons. |
| FastByteArrayOutputStream |
An extension to the ByteArrayOutputStream to allow direct manipulation of
and access to the internal byte[] for performance reasons. |
| SerializeTransformer |
Standard Java Serialization transformation from Serializable Object to
byte[]. |