gabrielfv
09/12/2020, 2:42 PM@Parcelize
? I mean, I want to easily parcel com.google.gson.JsonObject
, but it can’t be marshalled via simply @RawValue
. I wanted to add a piece of code that translates it into String
than back to JsonObject
so that I can use @Parcelize
with it. I can’t translate it into an specific class because it’s a dynamic field.gabrielfv
09/12/2020, 3:45 PMMoshi
or kotlinx.serialize
has this kind of integration with a more out-of-the-box solutiongabrielfv
09/12/2020, 9:28 PMParceler<>
object