Spring Integration

Package org.springframework.commons.serializer

Root package for Spring commons' serializer interfaces and implementations.

See:
          Description

Interface Summary
InputStreamingConverter<T> An standard interface to convert from data in an InputStream to an Object.
OutputStreamingConverter<T> A standard interface to stream an object to an OutputStream.
 

Exception Summary
DeserializationFailureException  
SerializationException  
SerializationFailureException  
 

Package org.springframework.commons.serializer Description

Root package for Spring commons' serializer interfaces and implementations. Provides an abstraction over various serialization techniques. Includes exceptions for serialization and deserialization failures.


Spring Integration

Copyright © 2010. All Rights Reserved.