Interface ISerializationBinder
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public interface ISerializationBinder
Methods
BindToName(Type, String, String)
Declaration
public void BindToName (Type serializedType, out string assemblyName, out string typeName);
Parameters
Type
serializedType
|
String
assemblyName
|
String
typeName
|