This topic has not yet been rated - Rate this topic

JsonValue.Save Method

Serializes the JsonValue CLR type into text-based JSON.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Save(Stream) When implemented in a derived class, serializes the JsonValue CLR type into text-based JSON using a stream.
Public method Save(TextWriter) Serializes the JsonValue CLR type into text-based JSON using a text writer.
Top

This class has two overloads. Save(TextWriter) saves the JSON CLR type by writing it to text-based JSON with a TextWriter. Save(Stream) is an abstract method that must be implemented in classes that derive from JsonValue.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ