Provides serialization methods for arrays by extending DataOutput
Namespace: Hazelcast.IO
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
The IObjectDataOutput type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetByteOrder | |
![]() | ToByteArray | |
![]() | Write(Byte) | (Inherited from IDataOutput.) |
![]() | Write(Int32) | (Inherited from IDataOutput.) |
![]() | Write(Byte, Int32, Int32) | (Inherited from IDataOutput.) |
![]() | WriteBoolean | (Inherited from IDataOutput.) |
![]() | WriteBooleanArray | |
![]() | WriteByte | (Inherited from IDataOutput.) |
![]() | WriteByteArray | |
![]() | WriteBytes | (Inherited from IDataOutput.) |
![]() | WriteChar | (Inherited from IDataOutput.) |
![]() | WriteCharArray | |
![]() | WriteChars | (Inherited from IDataOutput.) |
![]() | WriteData | |
![]() | WriteDouble | (Inherited from IDataOutput.) |
![]() | WriteDoubleArray | |
![]() | WriteFloat | (Inherited from IDataOutput.) |
![]() | WriteFloatArray | |
![]() | WriteInt | (Inherited from IDataOutput.) |
![]() | WriteIntArray | |
![]() | WriteLong | (Inherited from IDataOutput.) |
![]() | WriteLongArray | |
![]() | WriteObject | |
![]() | WriteShort | (Inherited from IDataOutput.) |
![]() | WriteShortArray | |
![]() | WriteUTF | (Inherited from IDataOutput.) |
![]() | WriteUTFArray |
See Also