Click or drag to resize

UnitWithLimitedPrefixesSerializationSurrogate0Deserialize Method

Deserializes an instance of UnitWithLimitedPrefixes from the provided IXmlDeserializationInfo and returns the reconstructed object.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Object Deserialize(
	Object? o,
	IXmlDeserializationInfo info,
	Object? parent
)

Parameters

o  Object
An optional existing object instance (ignored).
info  IXmlDeserializationInfo
The deserialization info to read values from.
parent  Object
The parent object in the object graph (may be null).

Return Value

Object
A new UnitWithLimitedPrefixes instance created from the serialized data.

Implements

IXmlSerializationSurrogateDeserialize(Object, IXmlDeserializationInfo, Object)
See Also