WCF-Xtensions Class Reference for .NET
ObjectCreationHandling Property (JsonSerializerSettings)






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

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

JsonSerializerSettings Class
JsonSerializerSettings Members

Send Feedback