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






Gets or sets how objects are created during deserialization.
Syntax
'Declaration
 
Public Overridable Property ObjectCreationHandling As ObjectCreationHandling
'Usage
 
Dim instance As JsonSerializer
Dim value As ObjectCreationHandling
 
instance.ObjectCreationHandling = value
 
value = instance.ObjectCreationHandling
public virtual ObjectCreationHandling ObjectCreationHandling {get; set;}
public read-write property ObjectCreationHandling: ObjectCreationHandling; virtual; 
public function get,set ObjectCreationHandling : ObjectCreationHandling
public: __property virtual ObjectCreationHandling get_ObjectCreationHandling();
public: __property virtual void set_ObjectCreationHandling( 
   ObjectCreationHandling value
);
public:
virtual property ObjectCreationHandling ObjectCreationHandling {
   ObjectCreationHandling get();
   void set (    ObjectCreationHandling value);
}

Property Value

The object creation 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