https://kotlinlang.org logo
Title
u

user

07/13/2022, 4:31 AM
How to parse from map to object for Realm pls help me on this. i need to get the response from multiple item options however key is dynamic. I used Map but how can i convert it to object so that realm will accept it like this
var item_options: @WriteWith RealmList? = null,
this is my code val multiple_item_options: Map this is the response from api "multiple_item_options": { "151668": [ { "option_name": "Dipping Sauce",...