Click or drag to resize
Json.NET

JsonSerializerSerialize Method

 
Overload List
  NameDescription
Public methodSerialize(TextWriter, Object)
Serializes the specified Object and writes the JSON structure using the specified TextWriter.
Public methodSerialize(JsonWriter, Object)
Serializes the specified Object and writes the JSON structure using the specified JsonWriter.
Public methodSerialize(TextWriter, Object, Type)
Serializes the specified Object and writes the JSON structure using the specified TextWriter.
Public methodSerialize(JsonWriter, Object, Type)
Serializes the specified Object and writes the JSON structure using the specified JsonWriter.
Top
See Also