WCF-Xtensions Class Reference for Mono
JsonConstructorAttribute Class
Members 






Instructs the JsonSerializer to use the specified constructor when deserializing that object.
Object Model
JsonConstructorAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Constructor, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class JsonConstructorAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As JsonConstructorAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Constructor, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class JsonConstructorAttribute : System.Attribute 
public class JsonConstructorAttribute = class(System.Attribute)sealed; 
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Constructor, 
   AllowMultiple=, 
   Inherited=)
public sealed class JsonConstructorAttribute extends System.Attribute
[System.AttributeUsage(ValidOn=AttributeTargets.Constructor, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc __sealed class JsonConstructorAttribute : public System.Attribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Constructor, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class JsonConstructorAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Noemax.Newtonsoft.Json.JsonConstructorAttribute

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

JsonConstructorAttribute Members
Noemax.Newtonsoft.Json Namespace

Send Feedback