DataStream..::..Write<(Of <(<'T>)>)> Method (T)
Writes data of a specified type to the data buffer using a registered writer.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void Write<T>( T data )
Type Parameters
- T
- The type of data to write.
Parameters
- data
- Type: T
The data to be written to the buffer.
Exceptions
Exception | Condition |
---|---|
Exception | Thrown when the specified type is not supported or the writer is not found. |