Class ToStringSerializer
Serializes objects using their ToString method.
Inheritance
System.Object
ToStringSerializer
Implements
Namespace: Log73
Assembly: Log73.dll
Syntax
public class ToStringSerializer : object, IObjectSerializer
Methods
| Improve this Doc View SourceSerialize(Object)
Returns the ToString() of the object.
Declaration
public string Serialize(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object. |
Returns
Type | Description |
---|---|
System.String | The output of ToString(). |