Click or drag to resize

IPortableWriterGetRawDataOutput Method

After writing portable fields, one can write remaining fields in old fashioned way consecutively at the end of stream.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
IObjectDataOutput GetRawDataOutput()

Return Value

Type: IObjectDataOutput
ObjectDataOutput
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
After writing portable fields, one can write remaining fields in old fashioned way consecutively at the end of stream. User should not that after getting raw dataoutput trying to write portable fields will result in IOException
See Also