Json.NET - Quick Starts & API Documentation
DefaultSerializationBinder Class
Namespaces ► Newtonsoft.Json.Serialization ► DefaultSerializationBinder
The default serialization binder used when resolving and loading classes from type names.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class DefaultSerializationBinder : SerializationBinder
Public Class DefaultSerializationBinder _ Inherits SerializationBinder
public ref class DefaultSerializationBinder : public SerializationBinder
Members
All Members | Constructors | Methods | |||
|
|
|
Icon | Member | Description |
---|---|---|
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) | (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()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | ||
SerializationBinder | ||
DefaultSerializationBinder |