Also: SpringCore
package

org.springframework.core.serializer.support

Support classes for Spring's serializer abstraction. Includes adapters to the Converter SPI.

Classes

DeserializingConverter A Converter that delegates to a Deserializer to convert data in a byte array to an object. 
SerializingConverter A {@Link Converter} that delegates to a Serializer to convert an object to a byte array. 

Exceptions

SerializationFailedException Wrapper for the native IOException (or similar) when a Serializer or Deserializer failed.