com.hazelcast.spi.impl
Class SpiDataSerializerHook

java.lang.Object
  extended by com.hazelcast.spi.impl.SpiDataSerializerHook
All Implemented Interfaces:
DataSerializerHook

public final class SpiDataSerializerHook
extends Object
implements DataSerializerHook


Field Summary
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
SpiDataSerializerHook()
           
 
Method Summary
 DataSerializableFactory createFactory()
           
 int getFactoryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpiDataSerializerHook

public SpiDataSerializerHook()
Method Detail

createFactory

public DataSerializableFactory createFactory()
Specified by:
createFactory in interface DataSerializerHook

getFactoryId

public int getFactoryId()
Specified by:
getFactoryId in interface DataSerializerHook


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