Moshi ignore field

Viewed 9568

Is there a simple way to ignore a field when using moshi to serialize to a json string? I can only think about is a custom adapter - but I have the feeling that there is a better way

1 Answers
Related