Interface IObjectSerializer
The interface for object serializers to inherit from.
Assembly: Log73.dll
View Source
Declaration
public interface IObjectSerializer
Methods
Serialize(Object)
Serialize the object.
View Source
Declaration
string Serialize(object obj)
Returns
System.String
: The serialized string of the object.
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object. |
Extension Methods
- Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpInfo(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpWarn(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpError(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpDebug(System.Object)