Write Method
Write(IObjectDataOutput, T)
This method writes object to ObjectDataOutput
Declaration
void Write(IObjectDataOutput output, T obj)
Parameters
IObjectDataOutput | output | ObjectDataOutput stream that object will be written to |
T | obj | that will be written to out |
Exceptions
IOException | in case of failure to write |