The low level BER based encoding used by spoon to serialize
objects.
Users of the spoon library will probably not need to use this package
at all.
Function Summary |
|
decode (s)
Decode a python object from a ber-encoded string and return it. |
|
decode_stream (fd)
Decode a ber-encoded python object from a file object and return
it. |
|
encode (*items)
Encode one or more python objects into a ber stream, and return the
encoded string. |
|
encode_stream (fd,
*items)
Encode one or more python objects into a ber stream, written to the
given file object. |