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 Sun, 04 Feb 2024 00:32:22 -0500