If I disable `FAIL_ON_INVALID_SUBTYPE` on Jackson ...
# android
i
If I disable
FAIL_ON_INVALID_SUBTYPE
on Jackson it will inject null fields in an non-nullable List. Is there an option to prune the list for null fields? (Or should I add an deserializer for each list with an polymorphic field?)