BindToName Method (serializedType, assemblyName, typeName)

Json.NET

Json.NET - Quick Starts & API Documentation BindToName Method (serializedType, assemblyName, typeName)
NamespacesNewtonsoft.Json.SerializationDefaultSerializationBinderBindToName(Type, String%, String%)
When overridden in a derived class, controls the binding of a serialized object to a type.
Declaration Syntax
C# Visual Basic Visual C++
public virtual void BindToName(
	Type serializedType,
	out string assemblyName,
	out string typeName
)
Public Overridable Sub BindToName ( _
	serializedType As Type, _
	<OutAttribute> ByRef assemblyName As String, _
	<OutAttribute> ByRef typeName As String _
)
public:
virtual void BindToName(
	Type^ serializedType, 
	[OutAttribute] String^% assemblyName, 
	[OutAttribute] String^% typeName
)
Parameters
serializedType (Type)
The type of the object the formatter creates a new instance of.
assemblyName (String%)
Specifies the Assembly name of the serialized object.
typeName (String%)
Specifies the Type name of the serialized object.

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