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

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.