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
-
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