Json.NET - Quick Starts & API Documentation
Binder Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► Binder
Gets or sets the SerializationBinder used by the serializer when resolving type names.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public SerializationBinder Binder { get; set; }
Public Property Binder As SerializationBinder Get Set
public: property SerializationBinder^ Binder { SerializationBinder^ get (); void set (SerializationBinder^ value); }
Value
The binder.