Hello all :wave: I’m working with Wire which is w...
# squarelibraries
f
Hello all 👋 I’m working with Wire which is working very well, however I’m having issue trying to serialize/serialize to/from Json from my Wire generated type. I’m using the wire-moshi-adapter lib. Each time I’m trying to serialize to Json. I’m having
Class java.lang.Class<com.squareup.wire.internal.FieldBinding> cannot access private final field long ...
error and when I’m trying to deserialize I got
java.lang.IllegalArgumentException: Wrong number of arguments; expected 0, got 11
any idea what I’m doing wrong ?