This method writes object to ObjectDataOutput
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax
Parameters
- output
- Type: Hazelcast.IOIObjectDataOutput
ObjectDataOutput stream that object will be written to - obj
- Type: T
that will be written to out
Exceptions
Exception | Condition |
---|---|
IOException | in case of failure to write |
See Also