PEAR::XML_Serializer

PEAR’s XML_Serializer is just what I needed for some upcoming work. The class converts arrays and objects to XML and an accompanying deserializer turns XML into objects.

Before you install it, you’ll need to update XML_Parser, and run pear config-set preferred_state beta.

More like this: , .