Click or drag to resize

IStreamSerializerTWrite Method

This method writes object to ObjectDataOutput

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
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