string XML_Unserializer::getUnserializedData (
)
This method returns the result of the last unserialization. You have to call XML_Unserializer::unserialize() first.
mixed result of the unserialization. May either be an array or an object.
throws PEAR_Error object, if not document has been parsed.
This function can not be called statically.