WCF-Xtensions Class Reference for Mono
MetadataPropertyHandling Enumeration






Specifies metadata property handling options for the JsonSerializer.
Syntax
'Declaration
 
Public Enum MetadataPropertyHandling 
   Inherits System.Enum
'Usage
 
Dim instance As MetadataPropertyHandling
public enum MetadataPropertyHandling : System.Enum 
public enum MetadataPropertyHandling = class(System.Enum)
public enum MetadataPropertyHandling extends System.Enum
__value public enum MetadataPropertyHandling : public System.Enum 
public enum class MetadataPropertyHandling : public System.Enum 
Members
MemberDescription
Default Read metadata properties located at the start of a JSON object.
ReadAhead Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.MetadataPropertyHandling

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

Noemax.Newtonsoft.Json Namespace

Send Feedback