edu.eside.flingbox.xml
Interface XmlExporter.XmlSerializable

All Known Implementing Classes:
Body, Polygon, Scene
Enclosing class:
XmlExporter

public static interface XmlExporter.XmlSerializable

Should be implemented by any body that will be serialized


Method Summary
 boolean writeXml(XmlSerializer serializer)
           
 

Method Detail

writeXml

boolean writeXml(XmlSerializer serializer)
                 throws java.lang.IllegalArgumentException,
                        java.lang.IllegalStateException,
                        java.io.IOException
Throws:
java.lang.IllegalArgumentException
java.lang.IllegalStateException
java.io.IOException