We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0b976 commit e5b4849Copy full SHA for e5b4849
README.rst
@@ -44,6 +44,14 @@ The *object creator* is called before the deserialization.
44
This allows to store the reference of the converted object before deserializing
45
it, and avoids a mismatch between the referenced object and the transformed one.
46
47
+
48
+Compatibility Warning: bytes arrays
49
+-----------------------------------
50
51
+As of version 0.2.3, bytes arrays are loaded as a ``bytes`` object instead of
52
+an array of integers.
53
54
55
Features
56
========
57
0 commit comments