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 Thu, 25 Jul 2024 04:14:25 +0000