public class Hibernate3CacheEntrySerializerHook extends Object implements SerializerHook
Constructor and Description |
---|
Hibernate3CacheEntrySerializerHook() |
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()
SerializerHook
getSerializationType
in interface SerializerHook
public Serializer createSerializer()
SerializerHook
createSerializer
in interface SerializerHook
public boolean isOverwritable()
SerializerHook
isOverwritable
in interface SerializerHook
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.