Show / Hide Table of Contents

Interface IObjectSerializer

The interface for object serializers to inherit from.

Namespace: Log73
Assembly: Log73.dll
Syntax
public interface IObjectSerializer

Methods

| Improve this Doc View Source

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

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