summaryrefslogtreecommitdiff
path: root/devel/pear-XML_Serializer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New port: PEAR Swiss-army knive for reading and writing XML filesEdwin Groothuis2003-09-084-0/+58
XML_Serializer serializes complex data structures like arrays or object as XML documents. This class helps you generating any XML document you require without the need for DOM. Furthermore this package can be used as a replacement to serialize() und unserialize() as it comes with a matching XML_Unserializer that is able to create PHP data strcutures (like arrays and objects) from XML documents, if type hints are available. PR: ports/56448 Submitted by: Alex Miller <asm@asm.kiev.ua> Notes: svn path=/head/; revision=88724