Package org.ehcache.spi.serialization
Serializer SPI in Ehcache.-
Interface Summary Interface Description SerializationProvider AServiceprovidingSerializerinstances.Serializer<T> Defines the contract used to transform type instances to and from a serial form.StatefulSerializer<T> Implementations of this interface can have their state maintained in aStateRepository. -
Exception Summary Exception Description SerializerException Thrown by aSerializerwhen it cannot serialize or deserialize an instance.UnsupportedTypeException Exception thrown by theSerializationProviderto indicate aSerializercould not be created for a given type.