What if there is an error duration serializing & deserializing?
It seems it has no error handling duration serialing & deserializing.
Hello, @limbo-lab! At this moment - nope. What kind of errors do you need to handle?
@dimazen What if the type returned by the server isn't as expected - I assume outdated clients would want to handle the error gracefully.
Unfortunately I have worked with organisations in the past who provide inconsistent feeds thus it is a requirement to not crash!
Hm, for now the only way to handle this is to wrap deserialization into the try/catch, since most of the errors are generated by the KVC. I actually wasn't planning any sort of the errors handling in the next release (the one with Realm support).