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