Click or drag to resize

ContextSerialize Method

Seserialize the Gedcom.Net SDK class library and write data to the composer.

Namespace: Patagames.GedcomNetSdk.Primitives
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public virtual void Serialize(
	Composer composer,
	int level
)

Parameters

composer  Composer
The composer used to write the data.
level  Int32
The starting level. 0 for the root.
Exceptions
ExceptionCondition
ValueLengthExceptionThrown when the length of the tag value is greater than the maximum length or less than the minimum length.
ValueRequiredExceptionThrown when the tag is required, the minimum length of its value is greater than 0, and the value is the empty string.
RequiredTagNotSpecifiedThrown when the tag is required and has a null value.
See Also