| IStreamSerializerTWrite Method |
This method writes object to ObjectDataOutput
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void Write(
IObjectDataOutput output,
T obj
)
Sub Write (
output As IObjectDataOutput,
obj As T
)
void Write(
IObjectDataOutput^ output,
T obj
)
abstract Write :
output : IObjectDataOutput *
obj : 'T -> unit
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