WCF-Xtensions Class Reference for .NET
OnDeserializing Property (JsonContract)






Gets or sets the method called during deserialization of the object.
Syntax
[System.Obsolete("This property is obsolete and has been replaced by the OnDeserializingCallbacks collection.")]
public System.Reflection.MethodInfo OnDeserializing {get; set;}
public read-write property OnDeserializing: System.Reflection.MethodInfo; 
System.ObsoleteAttribute("This property is obsolete and has been replaced by the OnDeserializingCallbacks collection.")
public function get,set OnDeserializing : System.Reflection.MethodInfo
[System.Obsolete("This property is obsolete and has been replaced by the OnDeserializingCallbacks collection.")]
public: __property System.Reflection.MethodInfo* get_OnDeserializing();
public: __property void set_OnDeserializing( 
   System.Reflection.MethodInfo* value
);
[System.Obsolete("This property is obsolete and has been replaced by the OnDeserializingCallbacks collection.")]
public:
property System.Reflection.MethodInfo^ OnDeserializing {
   System.Reflection.MethodInfo^ get();
   void set (    System.Reflection.MethodInfo^ value);
}
'Declaration
 
<System.ObsoleteAttribute("This property is obsolete and has been replaced by the OnDeserializingCallbacks collection.")>
Public Property OnDeserializing As System.Reflection.MethodInfo
 
'Usage
 
Dim instance As JsonContract
Dim value As System.Reflection.MethodInfo
 
instance.OnDeserializing = value
 
value = instance.OnDeserializing

Property Value

The method called during 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