Click or drag to resize
IDocumentFieldSourceSerializeToWriter Method
Serializes the source to the serializer specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void SerializeToWriter(
	ISerializer serializer,
	DocumentDefinitionBase activeDocument
)

Parameters

serializer
Type: SD.LLBLGen.Pro.CoreISerializer
The serializer.
activeDocument
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentDefinitionBase
The active document currently being processed. This is used to avoid unnecessary serialization of entity references.
See Also