com.onlineobject.objectnet Namespace

IDataWritter<(Of <(<'T>)>)> Interface

Defines a generic data writer interface that writes data of type T into a buffer.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public interface IDataWritter<T> : IWritter

Type Parameters

T
The type of data to be written.