ForwardedTypesSerializationBinderWriteLegacyIdentity Property

Gets or sets whether a legacy assembly identity is tried to be written on serializing.
Default value: .

Definition

Namespace: KGySoft.Serialization.Binary
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.5.0
C#
public bool WriteLegacyIdentity { get; set; }

Property Value

Boolean

Remarks

If the value of this property is , then on serialization a legacy identity is tried to be written for the serialized type. That is, the first AssemblyName that was specified for the type by the AddType method, or the value of the TypeForwardedFromAttribute.AssemblyFullName property if it is specified for the type.

See Also