com.hazelcast.nio.serialization
Interface IdentifiedDataSerializable

All Superinterfaces:
DataSerializable
All Known Implementing Classes:
ClientResponse, ConfigCheck, Data, HeartbeatOperation, SessionAttributePredicate

public interface IdentifiedDataSerializable
extends DataSerializable


Method Summary
 int getFactoryId()
           
 int getId()
           
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getFactoryId

int getFactoryId()

getId

int getId()


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