Click or drag to resize

XmlSerializationSurrogateForAttribute(String, String, Int32) Constructor

Initializes a new instance of the XmlSerializationSurrogateForAttribute class. Use this constructor when the target type is deprecated and the original type is no longer available. In that case the class this attribute is applied to is responsible for deserialization of the deprecated type identified by the assembly and type name.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public XmlSerializationSurrogateForAttribute(
	string assembly,
	string typename,
	int version
)

Parameters

assembly  String
The short assembly name containing the deprecated type.
typename  String
The fully qualified type name (including namespace) of the deprecated type.
version  Int32
The version of the deprecated type for which this surrogate is intended.
See Also