Is there a not-too-hard way to deserialize an obje...
# serialization
r
Is there a not-too-hard way to deserialize an object containing a list of items which may be incorrect without crashing the entire deserialization if one single value of one single item is unexpected? I would just like to ignore this item or something
k
I wonder if your parse the array as an array of objects
Then cast each element to the desired class