heat.common.serializers module

heat.common.serializers module

Utility methods for serializing responses.

class heat.common.serializers.JSONResponseSerializer[source]

Bases: object

default(response, result)[source]
to_json(data)[source]
class heat.common.serializers.XMLResponseSerializer[source]

Bases: object

default(response, result)[source]
object_to_element(obj, element)[source]
to_xml(data)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.