Json.NET - Quick Starts & API Documentation
Serialize Method
Namespaces ► Newtonsoft.Json ► JsonSerializer ► Serialize()()()()

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