Serialize Method

Json.NET

Json.NET - Quick Starts & API Documentation Serialize Method
NamespacesNewtonsoft.JsonJsonSerializerSerialize()()()()
Members
Icon Member Description
Serialize(TextWriter, Object)
Serializes the specified Object and writes the Json structure to a Stream using the specified TextWriter.

Serialize(JsonWriter, Object)
Serializes the specified Object and writes the Json structure to a Stream using the specified JsonWriter.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)