|  | IPortableReader Interface | 
Namespace: Hazelcast.IO.Serialization
 Syntax
SyntaxThe IPortableReader type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetFieldClassId | |
|  | GetFieldNames | |
|  | GetFieldType | |
|  | GetRawDataInput | IPortableWriter.GetRawDataOutput()
            .
            
            Note that portable fields can not read after GetRawDataInput() is called. In case this happens,
            IOException will be thrown.
             | 
|  | GetVersion | |
|  | HasField | |
|  | ReadBoolean | |
|  | ReadBooleanArray | |
|  | ReadByte | |
|  | ReadByteArray | |
|  | ReadChar | |
|  | ReadCharArray | |
|  | ReadDouble | |
|  | ReadDoubleArray | |
|  | ReadFloat | |
|  | ReadFloatArray | |
|  | ReadInt | |
|  | ReadIntArray | |
|  | ReadLong | |
|  | ReadLongArray | |
|  | ReadPortableTPortable | |
|  | ReadPortableArray | |
|  | ReadShort | |
|  | ReadShortArray | |
|  | ReadUTF | |
|  | ReadUTFArray | 
 Remarks
Remarks See Also
See Also