Package org.qdl_lang.xml
Interface XMLSerializable
-
public interface XMLSerializableCreated by Jeff Gaynor
on 1/1/21 at 6:49 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfromXML(XMLEventReader xer)voidfromXML(XMLEventReader xer, SerializationState SerializationState)voidtoXML(XMLStreamWriter xsw)voidtoXML(XMLStreamWriter xsw, SerializationState SerializationState)
-
-
-
Method Detail
-
toXML
void toXML(XMLStreamWriter xsw) throws XMLStreamException
- Throws:
XMLStreamException
-
toXML
void toXML(XMLStreamWriter xsw, SerializationState SerializationState) throws XMLStreamException
- Throws:
XMLStreamException
-
fromXML
void fromXML(XMLEventReader xer, SerializationState SerializationState) throws XMLStreamException
- Throws:
XMLStreamException
-
fromXML
void fromXML(XMLEventReader xer) throws XMLStreamException
- Throws:
XMLStreamException
-
-