Popular recipes tagged "deserialize"http://code.activestate.com/recipes/tags/deserialize/2010-06-16T23:29:34-07:00ActiveState Code RecipesXML to Python data structure (De-/Serialization) (Python)
2010-06-16T23:29:34-07:00David McCuskeyhttp://code.activestate.com/recipes/users/4174198/http://code.activestate.com/recipes/577266-xml-to-python-data-structure-de-serialization/
<p style="color: grey">
Python
recipe 577266
by <a href="/recipes/users/4174198/">David McCuskey</a>
(<a href="/recipes/tags/deserialize/">deserialize</a>, <a href="/recipes/tags/serialize/">serialize</a>, <a href="/recipes/tags/xml/">xml</a>).
Revision 2.
</p>
<p>This is a simple interface to a collection of classes which serialize Python objects to XML and back.</p>
<p>This is one part of a trio of recipes:</p>
<ul>
<li><a href="http://code.activestate.com/recipes/577266">Simple API</a></li>
<li><a href="http://code.activestate.com/recipes/577267">XML2Py De-serialization</a></li>
<li><a href="http://code.activestate.com/recipes/577268">Py2XML Serialization</a></li>
</ul>
XML to Python data structure (de-serialization) (Python)
2010-06-16T20:25:36-07:00David McCuskeyhttp://code.activestate.com/recipes/users/4174198/http://code.activestate.com/recipes/577267-xml-to-python-data-structure-de-serialization/
<p style="color: grey">
Python
recipe 577267
by <a href="/recipes/users/4174198/">David McCuskey</a>
(<a href="/recipes/tags/deserialize/">deserialize</a>, <a href="/recipes/tags/xml/">xml</a>).
Revision 3.
</p>
<p>This code de-serializes XML into a Python data structure.</p>
<p>This is one part of a trio of recipes:</p>
<ul>
<li><a href="http://code.activestate.com/recipes/577266">Simple API</a></li>
<li><a href="http://code.activestate.com/recipes/577267">XML2Py De-serialization</a></li>
<li><a href="http://code.activestate.com/recipes/577268">Py2XML Serialization</a></li>
</ul>
<h5>For more information</h5>
<p>See <a href="http://code.activestate.com/recipes/577266">XML to Python data structure <a href="http://code.activestate.com/recipes/577266/">Recipe #577266</a></a></p>