CustomSerializationBinderTypeResolver Property

Gets or sets the custom Type resolver logic. It is invoked by the BindToType method passing the stored assembly and type names in the delegate arguments, respectively. If returns the formatter will attempt to resolve the names by its default logic.

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public Func<string, string, Type?>? TypeResolver { get; set; }

Property Value

FuncString, String, Type

See Also