Uses of Package
org.ehcache.spi.serialization
-
Packages that use org.ehcache.spi.serialization Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes.org.ehcache.spi.copy CopierSPI in Ehcache.org.ehcache.spi.serialization SerializerSPI in Ehcache. -
Classes in org.ehcache.spi.serialization used by org.ehcache.config Class Description Serializer Defines the contract used to transform type instances to and from a serial form. -
Classes in org.ehcache.spi.serialization used by org.ehcache.spi.copy Class Description Serializer Defines the contract used to transform type instances to and from a serial form. -
Classes in org.ehcache.spi.serialization used by org.ehcache.spi.serialization Class Description Serializer Defines the contract used to transform type instances to and from a serial form.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.