Json.NET - Quick Starts & API Documentation
Context Property
Namespaces ► Newtonsoft.Json ► JsonSerializer ► Context
Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual StreamingContext Context { get; set; }
Public Overridable Property Context As StreamingContext Get Set
public: virtual property StreamingContext Context { StreamingContext get (); void set (StreamingContext value); }
Value
The context.