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
As a framework user that defined JSON serialization model I should get a notification from serializer in case if some mapped properties were not found in a response, so It may help me to find model definition mistakes like naming mistypes etc.
#41
Open
nikita-leonov opened this issue
Aug 22, 2013
· 2 comments
@nikita-leonov, I think - partially. I implemented logging of incorrect serialization root, but we don't check if every property is presented in json and I personally don't think it's correct formulation. Mb we want to log warning in case we did not find property in mapped object for json field?
RFLogWarning(@"Serialization failed because part ( %@ ) of serialization root ( %@ ) is not founded or equal nil", currentKeyPath, keyPath);
No description provided.
The text was updated successfully, but these errors were encountered: