XmlStreamDeserializationInfoGetBaseValueEmbeddedOrNull Method |
Deserializes the embedded base type.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Object? GetBaseValueEmbeddedOrNull(
Object instance,
string fullyQualifiedBaseTypeName,
Object? parent
)
Parameters
- instance Object
- The instance of the object to deserialize.
- fullyQualifiedBaseTypeName String
- Fully qualified base type name. It is the short name of the assembly, comma, the full type name, comma, and the version. The string must not contain whitespaces. Example: 'AltaxoBase,SampleFileRenamer.Main.DocumentPath,0'.
- parent Object
- The parent object of the current object to deserialize.
Return Value
Object[Missing <returns> documentation for "M:Altaxo.Serialization.Xml.XmlStreamDeserializationInfo.GetBaseValueEmbeddedOrNull(System.Object,System.String,System.Object)"]
Implements
IXmlDeserializationInfoGetBaseValueEmbeddedOrNull(Object, String, Object)See Also