XmlSerializationSurrogateForAttribute(Type, Int32) Constructor |
Initializes a new instance of the
XmlSerializationSurrogateForAttribute class.
The class this attribute is applied to provides a serialization surrogate for the specified
serializationtype, version
version.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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