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

Packages that use PortableReader
com.hazelcast.client This package contains the serverside client functionality 
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 ClientRequest.read(PortableReader reader)
           
 void ClientDestroyRequest.read(PortableReader reader)
           
 void ClientCreateRequest.read(PortableReader reader)
           
 void BaseClientRemoveListenerRequest.read(PortableReader reader)
           
 void AuthenticationRequest.read(PortableReader reader)
           
 void GenericError.readPortable(PortableReader reader)
           
 void DistributedObjectInfo.readPortable(PortableReader reader)
           
 void ClientRequest.readPortable(PortableReader reader)
           
 void ClientPrincipal.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 © 2014 Hazelcast, Inc.. All Rights Reserved.