Skip to content

Commit 08e2f50

Browse files
committed
Add a warning about incompatibilities
1 parent 18d73d2 commit 08e2f50

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ This project is a fork of *python-javaobj* by Volodymyr Buell, originally from
3434

3535
This fork intends to work both on Python 2.7 and Python 3.2+.
3636

37+
Compatibility Warning: object transformer
38+
-----------------------------------------
39+
40+
As of version 0.2.0, the notion of *object transformer* from the original
41+
project as been replaced by an *object creator*.
42+
43+
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+
3747
Features
3848
========
3949

0 commit comments

Comments
 (0)