Package org.ehcache.spi.serialization

Serializer SPI in Ehcache.

See:
          Description

Interface Summary
SerializationProvider A Service providing Serializer instances.
Serializer<T> Defines the contract used to transform type instances to and from a serial form.
 

Exception Summary
SerializerException Thrown by a Serializer when it cannot serialize or deserialize an instance.
UnsupportedTypeException Exception thrown by the SerializationProvider to indicate a Serializer could not be created for a given type.
 

Package org.ehcache.spi.serialization Description

Serializer SPI in Ehcache.