This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Version 1.1.1
kevinzetterstrom
released this
07 Nov 20:24
·
809 commits
to master
since this release
- Fixed a bug with the
TypeAdapterGenerator
in which it incorrectly created duplicate TypeAdapter fields if there were non-parameterized and parameterized (e.g.String
andArrayList<String>
) fields of the same type in a model class. - Added a try/catch around
ArrayList
parsing inTypeAdapter.read
methods for consistency in throwing parsing errors.