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






Gets a collection JsonConverter that will be used during serialization.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Converters As JsonConverterCollection
'Usage
 
Dim instance As JsonSerializer
Dim value As JsonConverterCollection
 
value = instance.Converters
public virtual JsonConverterCollection Converters {get;}
public read-only property Converters: JsonConverterCollection; virtual; 
public function get Converters : JsonConverterCollection
public: __property virtual JsonConverterCollection* get_Converters();
public:
virtual property JsonConverterCollection^ Converters {
   JsonConverterCollection^ get();
}

Property Value

Collection JsonConverter that will be used during serialization.
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