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
Right now, the serializer craps out on the first invalid field value it finds.
This isn't nice for bringup of new generations where we usually have (a few) unknown values on some fields and so the entire serializion will fail--and what do we do then?
Better to have the serializer just warn on fields that have unknown values and then leave it off the json.
The text was updated successfully, but these errors were encountered:
Right now, the serializer craps out on the first invalid field value it finds.
This isn't nice for bringup of new generations where we usually have (a few) unknown values on some fields and so the entire serializion will fail--and what do we do then?
Better to have the serializer just warn on fields that have unknown values and then leave it off the json.
The text was updated successfully, but these errors were encountered: