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]