Uses of Interface
io.kojan.xml.XMLDumper
-
-
Uses of XMLDumper in io.kojan.xml
Methods in io.kojan.xml with parameters of type XMLDumper Modifier and Type Method Description protected void
Attribute. dump(XMLDumper dumper, AttributeType value)
protected abstract void
Property. dump(XMLDumper dumper, NestedType value)
Serializes the property into XML format, using givenXMLDumper
.protected void
Relationship. dump(XMLDumper dumper, RelatedType value)
-