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
Let's say my object has a property which is a RLMArray of another object. I want to map each object of this array into a single int (which is its id) in the resulting JSON. How would I do that? Is that possible?
Something like:
[object1, object2, object3] => [1, 2, 3]
... where 1 is the object1.identifier, 2 is the object2.identifier etc.
The text was updated successfully, but these errors were encountered:
dielsonsales
changed the title
Turn object into integer
Transform object into integer
Aug 8, 2016
Let's say my object has a property which is a RLMArray of another object. I want to map each object of this array into a single int (which is its id) in the resulting JSON. How would I do that? Is that possible?
Something like:
... where 1 is the
object1.identifier
, 2 is theobject2.identifier
etc.The text was updated successfully, but these errors were encountered: