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