pmt: Serialize

pmt.serialize(pmt_t obj, std::streambuf sink) → bool

Write portable byte-serial representation of to .

pmt.deserialize(std::streambuf source) → pmt_t

Create obj from portable byte-serial representation.

pmt.dump_sizeof()
pmt.serialize_str(pmt_t obj) → string

Provide a simple string generating interface to pmt’s serialize function.

pmt.deserialize_str(string str) → pmt_t

Provide a simple string generating interface to pmt’s deserialize function.

Previous topic

pmt: Numbers

Next topic

pmt: Dictionary

This Page