ParcelablePlease icon indicating copy to clipboard operation
ParcelablePlease copied to clipboard

Remove null checks for arrays/collections

Open Yarikx opened this issue 9 years ago • 1 comments

Null helpers (that are used for arrays/collections) fields can be removed and replaced with direct calls (create*Array, create*List).

As I understand the only reason for this helpers is to safely save and read null values for collection fields. But such combinations as write*Array/create*Array support nulls by default.

Yarikx avatar Apr 14 '15 15:04 Yarikx

Correct, I will fix that!

sockeqwe avatar Apr 14 '15 15:04 sockeqwe