Uses of Interface
com.hazelcast.nio.serialization.PortableWriter

Packages that use PortableWriter
com.hazelcast.client   
com.hazelcast.nio.serialization Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. 
com.hazelcast.security Provides interfaces/classes for Hazelcast security implementation. 
 

Uses of PortableWriter in com.hazelcast.client
 

Methods in com.hazelcast.client with parameters of type PortableWriter
 void GetDistributedObjectsRequest.writePortable(PortableWriter writer)
           
 void GenericError.writePortable(PortableWriter writer)
           
 void DistributedObjectInfo.writePortable(PortableWriter writer)
           
 void ClientPrincipal.writePortable(PortableWriter writer)
           
 void AuthenticationRequest.writePortable(PortableWriter writer)
           
 

Uses of PortableWriter in com.hazelcast.nio.serialization
 

Classes in com.hazelcast.nio.serialization that implement PortableWriter
 class DefaultPortableWriter
           
 

Methods in com.hazelcast.nio.serialization with parameters of type PortableWriter
 void Portable.writePortable(PortableWriter writer)
           
 

Uses of PortableWriter in com.hazelcast.security
 

Methods in com.hazelcast.security with parameters of type PortableWriter
 void AbstractCredentials.writePortable(PortableWriter writer)
           
protected  void UsernamePasswordCredentials.writePortableInternal(PortableWriter writer)
           
protected abstract  void AbstractCredentials.writePortableInternal(PortableWriter writer)
           
 



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