You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: