public Write ( OutputNode node, Object source ) : void | ||
node | OutputNode | |
source | Object | /// this is the object to be serialized to XML /// |
리턴 | void |
write
method is used to convert the provided object to an XML element. This creates a child node from the given OutputNode
object. Once this child element is created it is populated with the fields of the source object in accordance with the XML schema class. public Write ( OutputNode node, Object source ) : void | ||
node | OutputNode | |
source | Object | /// this is the object to be serialized to XML /// |
리턴 | void |