com.onlineobject.objectnet Namespace

DataHandler<(Of <(<'T>)>)> Class

A generic data handler class that provides serialization and deserialization functionality for various data types. It implements both IDataWritter and IDataReader interfaces for writing and reading data respectively.

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

Syntax


public class DataHandler<T> : IDataWritter<T>, 

	IDataReader<T>

Type Parameters

T
The type of data to handle.

Inheritance Hierarchy


Object
  com.onlineobject.objectnet..::..DataHandler<(Of <(<'T>)>)>