mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
Currently our main loop to gather PropertyGenerators goes over the backing fields. This needs to change to iterate over the properties themselves. That leads to a lot of churn. The net result is slightly more compatibility with the reflective adapter.