Warning: Work in progress! Leave feedback on Zulip or Github if you'd like this doc to be updated.

Packle

This chapter in the Oils Reference describes Packle, a binary serialization format for object graphs.

It's a secure subset of Python's pickle format.

Advantages:

Table of Contents
Atoms
Null
Bool
Int
Float
Bytes
Unicode
Compound
List
Dict

Atoms

TODO: describe wire format.

Null

Bool

Int

Float

Bytes

Unicode

Compound

TODO: describe wire format.

List

Dict

Generated on Sat, 27 Jul 2024 06:42:14 +0000