WCF-Xtensions Class Reference for Mono
OnSerialized Property






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

Property Value

The method called after serialization of the object graph.
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