WCF-Xtensions Class Reference for Mono
OnDeserializedCallbacks Property






Gets or sets all methods called immediately after deserialization of the object.
Syntax
'Declaration
 
Public ReadOnly Property OnDeserializedCallbacks As System.Collections.Generic.IList(Of SerializationCallback)
'Usage
 
Dim instance As JsonContract
Dim value As System.Collections.Generic.IList(Of SerializationCallback)
 
value = instance.OnDeserializedCallbacks
public System.Collections.Generic.IList<SerializationCallback> OnDeserializedCallbacks {get;}
public read-only property OnDeserializedCallbacks: System.Collections.Generic.IList; 
public function get OnDeserializedCallbacks : System.Collections.Generic.IList
public: __property System.Collections.Generic.IList<SerializationCallback*>* get_OnDeserializedCallbacks();
public:
property System.Collections.Generic.IList<SerializationCallback^>^ OnDeserializedCallbacks {
   System.Collections.Generic.IList<SerializationCallback^>^ get();
}

Property Value

The methods called immediately after deserialization of the object.
Requirements

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

See Also

Reference

JsonContract Class
JsonContract Members

Send Feedback