WCF-Xtensions Class Reference for Mono
OnSerializingCallbacks Property






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

Property Value

The methods called before serialization 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