TO ALL: Kotson `2.3.0` is on maven central. As usu...
# kotson
s
TO ALL: Kotson
2.3.0
is on maven central. As usual, the changelog is available here: https://github.com/SalomonBrys/Kotson/blob/master/CHANGELOG.md. This version brings: - The fix to the bug found by @jkbbwr. Please note that this is a breaking change if you are using
it.context.serialize
in a serializer on an object which type is a subtype of the declared type (it now serializes according to the real type). - Gson
2.7
which corrects many Gson bugs (including the android crash of issue #18)
👍 1