diff --git a/README.md b/README.md index 4c2051a5..468fb906 100644 --- a/README.md +++ b/README.md @@ -467,6 +467,8 @@ print(C.from_json('''{"a": null, "b": null}''')) ### Encode/decode my own generic classes? +*This might not work on Python 3.6 properly.* + Your generic classes should inherit the `DecodableGenericABC` class and have `__encode__` and `__decode__` methods implemented.