CustomSerializationBinderAssemblyNameResolver Property

Gets or sets the custom assembly name resolver logic. It is invoked by the BindToName method. If returns a non- value, then it will be stored as the custom assembly name for the Type specified by the delegate argument.

Definition

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

Property Value

FuncType, String

See Also