com.hazelcast.nio.serialization.serializers
Class LinkedListSerializerHook

java.lang.Object
  extended by com.hazelcast.nio.serialization.serializers.LinkedListSerializerHook
All Implemented Interfaces:
SerializerHook<LinkedList>

public class LinkedListSerializerHook
extends Object
implements SerializerHook<LinkedList>

This class is the auto registered serializer hook for a LinkedList.


Nested Class Summary
static class LinkedListSerializerHook.LinkedListStreamSerializer
          The LinkedList serializer
 
Constructor Summary
LinkedListSerializerHook()
           
 
Method Summary
 Serializer createSerializer()
          Creates a new serializer for the serialization type
 Class<LinkedList> 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)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkedListSerializerHook

public LinkedListSerializerHook()
Method Detail

getSerializationType

public Class<LinkedList> getSerializationType()
Description copied from interface: SerializerHook
Returns the actual class type of the serialized object

Specified by:
getSerializationType in interface SerializerHook<LinkedList>
Returns:
the serialized object type

createSerializer

public Serializer createSerializer()
Description copied from interface: SerializerHook
Creates a new serializer for the serialization type

Specified by:
createSerializer in interface SerializerHook<LinkedList>
Returns:
a new serializer instance

isOverwritable

public boolean isOverwritable()
Description copied from interface: SerializerHook
Defines if this serializer can be overridden by defining a custom serializer in the configurations (codebase or configuration file)

Specified by:
isOverwritable in interface SerializerHook<LinkedList>
Returns:
if the serializer is overwritable


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.