Click or drag to resize

ReferencedValueTypeSerializeToWriter Method

Serializes the data in this class to the serializer passed in

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void SerializeToWriter(
	ISerializer serializer,
	string startElementName
)

Parameters

serializer
Type: SD.LLBLGen.Pro.CoreISerializer
The serializer.
startElementName
Type: SystemString
Name of the root element. If empty or null, no element is written, just attributes. Use this to append the contents of this element as attributes to a parent element
See Also