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.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public class DataHandler<T> : IDataWritter<T>, IDataReader<T>
Type Parameters
- T
- The type of data to handle.