Click or drag to resize
Json.NET

ISerializationBinder Interface

 
Allows users to control class loading and mandate what class to load.

Namespace:  Newtonsoft.Json.Serialization
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public interface ISerializationBinder

The ISerializationBinder type exposes the following members.

Methods
  NameDescription
Public methodBindToName
When implemented, controls the binding of a serialized object to a type.
Public methodBindToType
When implemented, controls the binding of a serialized object to a type.
Top
See Also