Closed eikebartels closed 8 years ago
The following scenario. (using Realm)
I'm parsing an object i.e.
{ id=10 name= "awesome" description = "awesome description" }
at a later state I want to override the object with the following
{ id=10 name= "awesome 2" }
I would like to keep the description value and only override name
description
name
What would be the solution to do this?
https://github.com/Hearst-DD/ObjectMapper/issues/555
+1
Closing this as this was resolved in Hearst-DD/ObjectMapper#555
The following scenario. (using Realm)
I'm parsing an object i.e.
at a later state I want to override the object with the following
I would like to keep the
description
value and only overridename
What would be the solution to do this?
https://github.com/Hearst-DD/ObjectMapper/issues/555