mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
add a note in the README
This commit is contained in:
parent
c9b97f0788
commit
6386481024
1 changed files with 8 additions and 0 deletions
|
|
@ -140,6 +140,14 @@ It is also possible to pack/unpack custom data types. Here is an example for
|
|||
``object_pairs_hook`` callback may instead be used to receive a list of
|
||||
key-value pairs.
|
||||
|
||||
Extended types
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
It is also possible to pack/unpack custom data types using the msgpack feature
|
||||
of "extended types". For example, msgpack-pypy uses it to provide very fast serialization of int/float lists on top of PyPy (experimental for now):
|
||||
|
||||
https://bitbucket.org/antocuni/msgpack-pypy/src/default/msgpack_pypy.py
|
||||
|
||||
|
||||
Advanced unpacking control
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue