heat.common.serializers 模块

用于序列化响应的实用方法。

heat.common.serializers.JSONResponseSerializer[源代码]

基类: object

default(response, result)[源代码]
to_json(data)[源代码]
heat.common.serializers.XMLResponseSerializer[源代码]

基类: object

default(response, result)[源代码]
object_to_element(obj, element)[源代码]
to_xml(data)[源代码]