Package net.sf.staccatocommons.io.serialization

Interface Summary
CharSerializationManager  
SerializationManager A SerializationManager is an object capable of both converting an object into an OutputStream and recovering it from an InputStream This interface does not make any assumption regarding the strategy and format in which the object is serialized, it may be in plain text, like JSON, or in some kind of binary format.
 

Class Summary
AbstractByteSerializationManager Abstract implementation for a ByteSerializationManager that resolves the tasks of serializing from a file an back
AbstractCharSerializationManager An abstract implementation of CharSerializationManager that provides default implementations for its methods except of #serialize(Reader) and CharSerializationManager.deserialize(Reader)
ObjectStreamByteSerializationManager Implementation of ByteSerializationManager that uses standard Java serialization API based on ObjectInputStreams and ObjectOutputStreams
XStreamXmlSerializationManager An XmlSerializationManager that converts objects using XStream
 



Copyright © 2010-2012 Staccatocommons. All Rights Reserved.