public class Hibernate3CacheKeySerializerHook extends Object implements SerializerHook
| Constructor and Description | 
|---|
Hibernate3CacheKeySerializerHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
Serializer | 
createSerializer()
Creates a new serializer for the serialization type 
 | 
Class | 
getSerializationType()
Returns the actual class type of the serialized object 
 | 
boolean | 
isOverwritable()
Defines if this serializer can be overridden by defining a custom
 serializer in the configurations (codebase or configuration file) 
 | 
public Class getSerializationType()
SerializerHookgetSerializationType in interface SerializerHookpublic Serializer createSerializer()
SerializerHookcreateSerializer in interface SerializerHookpublic boolean isOverwritable()
SerializerHookisOverwritable in interface SerializerHookCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.