Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Version 1.1.1

Compare
Choose a tag to compare
@kevinzetterstrom 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 and ArrayList<String>) fields of the same type in a model class.
  • Added a try/catch around ArrayList parsing in TypeAdapter.read methods for consistency in throwing parsing errors.