Jumpi v1.2.0

Package org.jumpi.impl.transformer.serialization

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[].
 


Jumpi v1.2.0

Copyright © 2003, Peter Jonathan Klauser.