Click or drag to resize
DocumentFieldDefinitionListSerializeToWriter 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.0.0.0 (5.0.0)
Syntax
public 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