Package org.ehcache.spi.serialization

Package for API related to serialization in Ehcache

See:
          Description

Interface Summary
SerializationProvider Contract to provide a Serializer for a given type.
Serializer<T> Interface defining the contract used to transform types in a serial form.
 

Exception Summary
UnsupportedTypeException Exception thrown to indicate a Serializer could not be created for a given type.
 

Package org.ehcache.spi.serialization Description

Package for API related to serialization in Ehcache