Click or drag to resize

PronySeriesInterpolationBaseDeserializeV0 Method

Deserializes the legacy V0 schema and returns a new options record populated with the loaded data.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected PronySeriesInterpolationBase DeserializeV0(
	IXmlDeserializationInfo info
)

Parameters

info  IXmlDeserializationInfo
Serialization reader that provides the persisted data.

Return Value

PronySeriesInterpolationBase
The deserialized options record.
See Also