Call toJson for a Object class #1557
bartalusCsaba
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to try deserialize an object with moshi but I have a lot of custom type adapter. The problem is that for object moshi can use all my custom type adapter fo parsing because every type is instance of object. Is there a way to say moshi to not use the custom type adapters?
Beta Was this translation helpful? Give feedback.
All reactions