| Short description: |
cLabs XML Serialization |
| Category: |
Library/XML |
| Status: |
prerelease / stable |
| Created: |
2002-12-31 15:00:00 GMT |
| Last update: |
- |
| Owner: |
Chris Morris
(Projects of this owner) |
| Homepage: |
http://clabs.org/clxmlserial.htm |
| Download: |
http://prdownloads.sourceforge.net/clxmlserial/clxmlserial.1.0.pre3.zip
|
| License: |
BSD |
| Dependency: |
|
| Description: |
Xml Serialization allows classes to be marshalled to and from XML.
It consists of a module (XmlSerialization) and modified standard classes which add to_xml and from_xml methods. to_xml is an instance method and returns an XML element containing the data from each instance variable in the including class. from_xml is a singleton/class method which accepts an XML element and creates an instance of the class with the data in the element.
Currently, REXML is used for XML parsing. In later versions, I hope to refactor out the dependency on REXML so other XML processors could be plugged-in.
This is still very much in a pre-release state, though functional. If your interested in this project, please feel free to offer up feedback.
|