[This is preliminary documentation and is subject to change.]

Gets or sets a collection JsonConverter that will be used during serialization.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public IList<JsonConverter> Converters { get; set; }
Visual Basic (Declaration)
Public Property Converters As IList(Of JsonConverter)
Visual C++
public:
property IList<JsonConverter^>^ Converters {
	IList<JsonConverter^>^ get ();
	void set (IList<JsonConverter^>^ value);
}

Field Value

The converters.

See Also

JsonSerializerSettings Class
Facebook.Json Namespace