Click or drag to resize

EmbeddedDocumentDefinition.IDocumentFieldSource.SerializeToWriter Method

Serializes the source to the serializer specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntax
void IDocumentFieldSource.SerializeToWriter(
	ISerializer serializer,
	DocumentDefinitionBase activeDocument
)

Parameters

serializer
Type: SD.LLBLGen.Pro.Core.ISerializer
The serializer.
activeDocument
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModel.DocumentDefinitionBase
The active document currently being processed. This is used to avoid unnecessary serialization of entity references.

Implements

IDocumentFieldSource.SerializeToWriter(ISerializer, DocumentDefinitionBase)
See Also