Json.NET - Quick Starts & API Documentation
OnSerialized Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonContract ► OnSerialized
Gets or sets the method called after serialization of the object graph.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public MethodInfo OnSerialized { get; set; }
Public Property OnSerialized As MethodInfo Get Set
public: property MethodInfo^ OnSerialized { MethodInfo^ get (); void set (MethodInfo^ value); }
Value
The method called after serialization of the object graph.