docria.codec

Codecs, encoding/decoding documents to/from binary or text representations

Classes

Codec()

Utility methods for all codecs

JsonCodec()

JSON codec

MsgpackCodec()

MessagePack document codec

MsgpackDocument(data_or_document[, ref])

MessagePack Document, allows partial decoding

MsgpackDocumentExt(doc)

Embeddable document as a extended type

XmlCodec()

XML Codec, only encoding support

Exceptions

DataError(message)

Serialization/Deserialization failure