In Google App Engine, I can serialize an object by calling its to_xml() method. There doesnt appear to be an equivalent from_xml() method to deserialize the xml. Is there an efficient way to deserialize back to an object?In Google App Engine, I can serialize an object