JsonSerializerSerialize Method |
| Name | Description | |
|---|---|---|
| Serialize(TextWriter, Object) |
Serializes the specified Object and writes the JSON structure
using the specified TextWriter.
| |
| Serialize(JsonWriter, Object) |
Serializes the specified Object and writes the JSON structure
using the specified JsonWriter.
| |
| Serialize(TextWriter, Object, Type) |
Serializes the specified Object and writes the JSON structure
using the specified TextWriter.
| |
| Serialize(JsonWriter, Object, Type) |
Serializes the specified Object and writes the JSON structure
using the specified JsonWriter.
|