Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
site-packages
/
_xmlplus
/
marshal
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/site-packages/_xmlplus/marshal/__init__.py
"""Converting Python objects to XML and back again. xml.marshal.generic Marshals simple Python data types into a custom XML format. The Marshaller and Unmarshaller classes can be subclassed in order to implement marshalling into a different XML DTD. xml.marshal.wddx Marshals Python data types into the WDDX DTD. """ __all__ = ['generic', 'wddx']