com.hazelcast.nio.serialization
Interface Portable

All Known Subinterfaces:
PortableAdapter<T>
All Known Implementing Classes:
AbstractCredentials, AllPartitionsClientRequest, AuthenticationRequest, BaseClientRemoveListenerRequest, CallableClientRequest, ClientCreateRequest, ClientDestroyRequest, ClientPrincipal, ClientRequest, DistributedObjectInfo, DistributedObjectListenerRequest, GenericError, GetDistributedObjectsRequest, InvocationClientRequest, KeyBasedClientRequest, MultiPartitionClientRequest, MultiTargetClientRequest, PartitionClientRequest, RemoveDistributedObjectListenerRequest, TargetClientRequest, UsernamePasswordCredentials

public interface Portable

Author:
mdogan 12/26/12

Method Summary
 int getClassId()
           
 int getFactoryId()
           
 void readPortable(PortableReader reader)
           
 void writePortable(PortableWriter writer)
           
 

Method Detail

getFactoryId

int getFactoryId()

getClassId

int getClassId()

writePortable

void writePortable(PortableWriter writer)
                   throws IOException
Throws:
IOException

readPortable

void readPortable(PortableReader reader)
                  throws IOException
Throws:
IOException


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