de.mirell.xml.serialization

interface IXMLSerializable

All Known Implementing Classes: C3DObject, CCamera, CColor, CControlVertex, CCoordinate, CLight, CLine, CModel, CPointLight, CPointSprite, CPolygon, CQuaternion, CScene, CSprite, CStyle, CTexture, CVertex

interface IXMLSerializable

    Method Summary

    public fromXML ( value: XML ): Void
    Unserializes XML into the object
    public toXML ( ): XML
    Serializes the object into XML

    Method Documentation

    fromXML

    public function fromXML (
    value: XML): Void
    Unserializes XML into the object
    Object state is set according to XML.
    • Parameters:
      value
      XML which represents the serialized form of the object

    toXML

    public function toXML (
    ): XML
    Serializes the object into XML
    The current object state will be serialized. The fromXML method must be able to unserialize the XML.
    • Returns:
      The XML which contains the serialized representation of the object

    The documentation was generated from the following file:
    • IXMLSerializable.as, Last Modified: 20.08.2004 21:19:00