An output through which we can serialize objects in a streaming fashion.
The type of the pickle, which stores the content of the object.
Create a PBuilder which should serialize objects into the output directly.
Create a PBuilder which will serialize objects in memory, through a Pickle object.
Create a reader which can take a pickle and create a structured reader for the pickle.
A format for how to pickle the structure of an object.