WCF-Xtensions Class Reference for Mono
JsonDictionaryAttribute Class
Members 






Instructs the JsonSerializer how to serialize the collection.
Object Model
JsonDictionaryAttribute Class
Syntax
[System.AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Interface, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class JsonDictionaryAttribute : JsonContainerAttribute 
public class JsonDictionaryAttribute = class(JsonContainerAttribute)sealed; 
System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Interface, 
   AllowMultiple=, 
   Inherited=)
public sealed class JsonDictionaryAttribute extends JsonContainerAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Interface, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc __sealed class JsonDictionaryAttribute : public JsonContainerAttribute 
[System.AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Interface, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class JsonDictionaryAttribute sealed : public JsonContainerAttribute 
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Interface, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class JsonDictionaryAttribute 
   Inherits JsonContainerAttribute
 
'Usage
 
Dim instance As JsonDictionaryAttribute
Inheritance Hierarchy

System.Object
   System.Attribute
      Noemax.Newtonsoft.Json.JsonContainerAttribute
         Noemax.Newtonsoft.Json.JsonDictionaryAttribute

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

JsonDictionaryAttribute Members
Noemax.Newtonsoft.Json Namespace

Send Feedback