WCF-Xtensions Class Reference for Mono
ConstructorHandling Property (JsonSerializer)






Gets or sets how constructors are used during deserialization.
Syntax
'Declaration
 
Public Overridable Property ConstructorHandling As ConstructorHandling
'Usage
 
Dim instance As JsonSerializer
Dim value As ConstructorHandling
 
instance.ConstructorHandling = value
 
value = instance.ConstructorHandling
public virtual ConstructorHandling ConstructorHandling {get; set;}
public read-write property ConstructorHandling: ConstructorHandling; virtual; 
public function get,set ConstructorHandling : ConstructorHandling
public: __property virtual ConstructorHandling get_ConstructorHandling();
public: __property virtual void set_ConstructorHandling( 
   ConstructorHandling value
);
public:
virtual property ConstructorHandling ConstructorHandling {
   ConstructorHandling get();
   void set (    ConstructorHandling value);
}

Property Value

The constructor handling.
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

JsonSerializer Class
JsonSerializer Members

Send Feedback