XmlSerializationSurrogateForAttribute(Type, Int32) Constructor |
Constructor. The class this attribute is applied provides a serialization surrogate for the type
, version
.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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