IStreamSerializerTWrite Method Hazelcast .Net Client Class Library
This method writes object to ObjectDataOutput

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax

void Write(
	IObjectDataOutput output,
	T obj
)

Parameters

output
Type: Hazelcast.IOIObjectDataOutput
ObjectDataOutput stream that object will be written to
obj
Type: T
that will be written to out
Exceptions

ExceptionCondition
IOExceptionin case of failure to write
See Also

Reference