Json.NET - Quick Starts & API Documentation
DefaultSerializationBinder Class
NamespacesNewtonsoft.Json.SerializationDefaultSerializationBinder
The default serialization binder used when resolving and loading classes from type names.
Declaration Syntax
C#Visual BasicVisual C++
public class DefaultSerializationBinder : SerializationBinder
Public Class DefaultSerializationBinder _
	Inherits SerializationBinder
public ref class DefaultSerializationBinder : public SerializationBinder
Members
All MembersConstructorsMethods



IconMemberDescription
DefaultSerializationBinder()()()()
Initializes a new instance of the DefaultSerializationBinder class

BindToName(Type, String%, String%)
When overridden in a derived class, controls the binding of a serialized object to a type.

BindToType(String, String)
When overridden in a derived class, controls the binding of a serialized object to a type.
(Overrides SerializationBinder.BindToType(String, String).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
SerializationBinder
 DefaultSerializationBinder

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)