mirror of
https://github.com/fankes/moshi.git
synced 2025-10-22 01:19:22 +08:00
* Allow Object base type for PolymorphicJsonAdapterFactory This works now. Using general types like Object, Map, or List for the base type is error-prone, but the checks for these cases are not worth the code cost. * Delete redundant test. Let's not encourage users to use Object as a base type by showing it in a test.