mobxjs / serializr

Serialize and deserialize complex object graphs to and from JSON and Javascript classes
MIT License
766 stars 52 forks source link

Fix serializations of nulls in `list` #174

Closed davidmartos96 closed 2 years ago

davidmartos96 commented 2 years ago

When a field list(primitive()) is null, it fails to serialize/deserialize it.

This handles the null case, same as the object implementation