Uses of Class
org.ehcache.spi.serialization.SerializerException
-
Packages that use SerializerException Package Description org.ehcache.spi.serialization SerializerSPI in Ehcache. -
-
Uses of SerializerException in org.ehcache.spi.serialization
Methods in org.ehcache.spi.serialization that throw SerializerException Modifier and Type Method Description booleanSerializer. equals(T object, java.nio.ByteBuffer binary)Checks if the given instance and serial formrepresentthe same instance.TSerializer. read(java.nio.ByteBuffer binary)Reconstructs an instance from the given serial form.java.nio.ByteBufferSerializer. serialize(T object)Transforms the given instance into its serial form.
-