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.1.0.0 (5.1.0)
Syntax public void SerializeToWriter(
ISerializer serializer,
string startElementName
)
Public Sub SerializeToWriter (
serializer As ISerializer,
startElementName As String
)
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