XmlStreamDeserializationInfoGetValueOrNull(Object) Method |
Reads a value from the current element using its Type attribute and returns for undefined values.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Object? GetValueOrNull(
Object? parentobject
)
Parameters
- parentobject Object
- The parent object used as context for deserialization.
Return Value
ObjectThe deserialized value, or
if the current element represents an undefined value.
See Also