Show / Hide Table of Contents

Class ToStringSerializer

Serializes objects using their ToString method.

Inheritance
System.Object
ToStringSerializer
Implements
IObjectSerializer
Namespace: Log73
Assembly: Log73.dll
Syntax
public class ToStringSerializer : object, IObjectSerializer

Methods

| Improve this Doc View Source

Serialize(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().

Implements

IObjectSerializer

Extension Methods

DumpExtensionMethods.Dump(Object)
DumpExtensionMethods.DumpInfo(Object)
DumpExtensionMethods.DumpWarn(Object)
DumpExtensionMethods.DumpError(Object)
DumpExtensionMethods.DumpDebug(Object)
SerializeExtensionMethods.SerializeAsXml(Object)
SerializeExtensionMethods.SerializeAsXml(Object, XmlWriterSettings)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX