Provides serialization methods for arrays of primitive types
Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax
The IObjectDataInput type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetByteOrder | |
![]() | ReadBoolean | (Inherited from IDataInput.) |
![]() | ReadBooleanArray | |
![]() | ReadByte | (Inherited from IDataInput.) |
![]() | ReadByteArray | |
![]() | ReadChar | (Inherited from IDataInput.) |
![]() | ReadCharArray | |
![]() | ReadData | |
![]() | ReadDouble | (Inherited from IDataInput.) |
![]() | ReadDoubleArray | |
![]() | ReadFloat | (Inherited from IDataInput.) |
![]() | ReadFloatArray | |
![]() | ReadFully(Byte) | (Inherited from IDataInput.) |
![]() | ReadFully(Byte, Int32, Int32) | (Inherited from IDataInput.) |
![]() | ReadInt | (Inherited from IDataInput.) |
![]() | ReadIntArray | |
![]() | ReadLong | (Inherited from IDataInput.) |
![]() | ReadLongArray | |
![]() | ReadObjectT | |
![]() | ReadShort | (Inherited from IDataInput.) |
![]() | ReadShortArray | |
![]() | ReadUnsignedByte | (Inherited from IDataInput.) |
![]() | ReadUnsignedShort | (Inherited from IDataInput.) |
![]() | ReadUTF | (Inherited from IDataInput.) |
![]() | ReadUTFArray | |
![]() | SkipBytes | (Inherited from IDataInput.) |
See Also