Interface IObjectSerializer
The interface for object serializers to inherit from.
Namespace: Log73
Assembly: Log73.dll
Syntax
public interface IObjectSerializer
Methods
| Improve this Doc View SourceSerialize(Object)
Serialize the object.
Declaration
string Serialize(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj | The object. |
Returns
| Type | Description |
|---|---|
| System.String | The serialized string of the object. |