The SimpleJsonSerializer type exposes the following members.

Constructors

  NameDescription
Public methodSimpleJsonSerializer
Initializes a new instance of the SimpleJsonSerializer class

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberEscapeString
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSerialize
Serializes an object to a JSON string. Unknown classes are serialized using ToString().
Public methodToString (Inherited from Object.)

See Also