IPortableReader Interface | 
Namespace: Hazelcast.IO.Serialization
The IPortableReader type exposes the following members.
| 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 |