Gets or sets all methods called after serialization of the object graph.
public System.Collections.Generic.IList<SerializationCallback> OnSerializedCallbacks {get;}
public read-only property OnSerializedCallbacks: System.Collections.Generic.IList;
public function get OnSerializedCallbacks : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<SerializationCallback*>* get_OnSerializedCallbacks();
public:
property System.Collections.Generic.IList<SerializationCallback^>^ OnSerializedCallbacks {
System.Collections.Generic.IList<SerializationCallback^>^ get();
}
'Declaration
Public ReadOnly Property OnSerializedCallbacks As System.Collections.Generic.IList(Of SerializationCallback)
'Usage
Dim instance As JsonContract
Dim value As System.Collections.Generic.IList(Of SerializationCallback)
value = instance.OnSerializedCallbacks
Property Value
The methods called after serialization of the object graph.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2