Click or drag to resize

DefaultSerializationBinderBindToName Method

Namespace:  Newtonsoft.Json.Serialization
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public override void BindToName(
	Type serializedType,
	out string assemblyName,
	out string typeName
)

Parameters

serializedType
Type: SystemType
assemblyName
Type: SystemString
typeName
Type: SystemString
See Also