Json.NET - Quick Starts & API Documentation
BindToName Method (serializedType, assemblyName, typeName)
Namespaces ► Newtonsoft.Json.Serialization ► DefaultSerializationBinder ► BindToName(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 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 )