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

Packages that use PortableReader
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 PortableReader in com.hazelcast.client
 

Methods in com.hazelcast.client with parameters of type PortableReader
 void GetDistributedObjectsRequest.readPortable(PortableReader reader)
           
 void GenericError.readPortable(PortableReader reader)
           
 void DistributedObjectInfo.readPortable(PortableReader reader)
           
 void ClientPrincipal.readPortable(PortableReader reader)
           
 void AuthenticationRequest.readPortable(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.nio.serialization
 

Classes in com.hazelcast.nio.serialization that implement PortableReader
 class DefaultPortableReader
           
 class MorphingPortableReader
           
 

Methods in com.hazelcast.nio.serialization that return PortableReader
 PortableReader SerializationServiceImpl.createPortableReader(Data data)
           
 PortableReader SerializationService.createPortableReader(Data data)
           
 

Methods in com.hazelcast.nio.serialization with parameters of type PortableReader
 void Portable.readPortable(PortableReader reader)
           
 

Uses of PortableReader in com.hazelcast.security
 

Methods in com.hazelcast.security with parameters of type PortableReader
 void AbstractCredentials.readPortable(PortableReader reader)
           
protected  void UsernamePasswordCredentials.readPortableInternal(PortableReader reader)
           
protected abstract  void AbstractCredentials.readPortableInternal(PortableReader reader)
           
 



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