com.hazelcast.nio.serialization
Interface Portable

All Known Subinterfaces:
PortableAdapter<T>
All Known Implementing Classes:
AbstractCredentials, AuthenticationRequest, ClientPrincipal, DistributedObjectInfo, GenericError, GetDistributedObjectsRequest, 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 © 2013 Hazelcast, Inc.. All Rights Reserved.