Provides a mean of reading portable fields from a binary in form of primitives, arrays of primitives , nested portable fields and array of portable fields.
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
The IPortableReader type exposes the following members.
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
See Also