We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b97f0 commit 6386481Copy full SHA for 6386481
README.rst
@@ -140,6 +140,14 @@ It is also possible to pack/unpack custom data types. Here is an example for
140
``object_pairs_hook`` callback may instead be used to receive a list of
141
key-value pairs.
142
143
+Extended types
144
+^^^^^^^^^^^^^^^
145
+
146
+It is also possible to pack/unpack custom data types using the msgpack feature
147
+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):
148
149
+https://bitbucket.org/antocuni/msgpack-pypy/src/default/msgpack_pypy.py
150
151
152
Advanced unpacking control
153
^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments