Package org.qdl_lang.xml
Interface XMLSerializable
-
public interface XMLSerializable
Created by Jeff Gaynor
on 1/1/21 at 6:49 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fromXML(XMLEventReader xer)
void
fromXML(XMLEventReader xer, SerializationState SerializationState)
void
toXML(XMLStreamWriter xsw)
void
toXML(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
-
-