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
createUpdateAppointmentData : onFailure Class io.realm.AppointmentRealmProxy could not be mapped to a JSON object. Perhaps it hasn't been annotated with @JsonObject?
The text was updated successfully, but these errors were encountered:
LoganSquare requires all model classes to be annotated with @JsonObject, and Realm's proxy classes aren't, hence why you get this error. We'd have to look into how Realm support can be added on top of the library core. Could you provide a minimal example project with Realm set up that demonstrates the issue? With that as a starting point, maybe we can implement support for the proxy classes in the near future!
i am trying to fetch data from
Realm
and sending it to server usingretrofit
and for parsing and serializing i am usingLoganSquare
this is how i am accessing record
i am getting following error
The text was updated successfully, but these errors were encountered: