OnSerialized Property

Json.NET

Json.NET - Quick Starts & API Documentation OnSerialized Property
NamespacesNewtonsoft.Json.SerializationJsonContractOnSerialized
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)