oslo_messaging.
Serializer
¶Generic (de-)serialization definition base class.
deserialize_context
(ctxt)¶Deserialize a dictionary into a request context.
ctxt – Request context dictionary
Deserialized form of entity
deserialize_entity
(ctxt, entity)¶Deserialize something from primitive form.
ctxt – Request context, in deserialized form
entity – Primitive to be deserialized
Deserialized form of entity
serialize_context
(ctxt)¶Serialize a request context into a dictionary.
ctxt – Request context
Serialized form of context
serialize_entity
(ctxt, entity)¶Serialize something to primitive form.
ctxt – Request context, in deserialized form
entity – Entity to be serialized
Serialized form of entity
oslo_messaging.
NoOpSerializer
¶A serializer that does nothing.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.