Click or drag to resize

XmlSerializationSurrogateForAttribute(Type, Int32) Constructor

Constructor. The class this attribute is applied provides a serialization surrogate for the type
C#
serializationtype
, version
C#
version.
.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XmlSerializationSurrogateForAttribute(
	Type serializationtype,
	int version
)

Parameters

serializationtype  Type
The type this class provides a surrogate for.
version  Int32
The version of the class for which this surrogate is intended.
See Also