Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 198 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 198 Bytes

XMLSerializer

Library which allows data serialisation from ActionScript to XML and from XML to ActionScript

myXML = serializer.toXML(myObject); myObject = serializer.fromXML(myXML);