Click or drag to resize
DBTypeDefinitionSerializeToWriter Method
Serializes the data in this class to the serializer passed in

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void SerializeToWriter(
	ISerializer serializer
)

Parameters

serializer
Type: SD.LLBLGen.Pro.CoreISerializer
The serializer.

Implements

ISerializableToXmlSerializeToWriter(ISerializer)
Remarks
A type definition is serialized as attributes in the current element. This means that a call to this routine should be done when the element the attributes should be written into is the last element written/started
See Also