<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />

DefaultSerializationBinder

The default serialization binder used when resolving and loading classes from type names.

Initializes a new instance of the DefaultSerializationBinder class.

public void BindToName(Type serializedType, out string assemblyName, out string typeName)

When overridden in a derived class, controls the binding of a serialized object to a type.