Uses of Class
org.ehcache.spi.serialization.SerializerException
Packages that use SerializerException
-
Uses of SerializerException in org.ehcache.spi.serialization
Methods in org.ehcache.spi.serialization that throw SerializerExceptionModifier and TypeMethodDescriptionbooleanSerializer.equals(T object, ByteBuffer binary) Checks if the given instance and serial formrepresentthe same instance.Serializer.read(ByteBuffer binary) Reconstructs an instance from the given serial form.Transforms the given instance into its serial form.