Click or drag to resize

XmlDeserializationCodeForAttribute(String, String, Int32) Constructor

Constructor. Used when the target type is deprecated and no longer available. The attributed method is then responsible for deserialization.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public XmlDeserializationCodeForAttribute(
	string assembly,
	string typename,
	int version
)

Parameters

assembly  String
The short assembly name.
typename  String
The full type name.
version  Int32
The supported serialization version.
See Also