IPortableReader Interface
Namespace: Hazelcast.Serialization
Assembly: Hazelcast.Net.dll
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.
public interface IPortableReader
Remarks
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.
Properties
Version |
Methods
GetFieldClassId(String) | |
GetFieldNames() | |
GetFieldType(String) | |
GetRawDataInput() | Note that portable fields can not read after GetRawDataInput() is called. In case this happens, IOException will be thrown. |
HasField(String) | |
ReadBoolean(String) | |
ReadBooleanArray(String) | |
ReadByte(String) | |
ReadByteArray(String) | |
ReadChar(String) | |
ReadCharArray(String) | |
ReadDouble(String) | |
ReadDoubleArray(String) | |
ReadFloat(String) | |
ReadFloatArray(String) | |
ReadInt(String) | |
ReadIntArray(String) | |
ReadLong(String) | |
ReadLongArray(String) | |
ReadPortable<TPortable>(String) | |
ReadPortableArray<TPortable>(String) | |
ReadShort(String) | |
ReadShortArray(String) | |
ReadString(String) | |
ReadStringArray(String) |