Click or drag to resize

ContextDeserialize Method

Read data from the parser and deserialize it into the Gedcom.Net SDK class library.

Namespace: Patagames.GedcomNetSdk.Primitives
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public virtual void Deserialize(
	Parser parser
)

Parameters

parser  Parser
The parser.
Exceptions
ExceptionCondition
UnknownTagExceptionThrows when an unknown tag is encountered.
See Also