<@U0B0WETDM> i am trying to implement kotlinXSeria...
# kotlin-fuel
n
@kittinunf i am trying to implement kotlinXSerialization for fuel, i am stuck at handling errors, i am not sure how this code https://github.com/kittinunf/Fuel/blob/dab5c92bca3eff1426bc8348c2ec90ac52b85105/fuel/src/main/kotlin/com/github/kittinunf/fuel/core/Deserializable.kt#L14-L33 or implementations of it would indicate error state, if i just return null it complains that it has to be implemented, if i throw it will not be catched the same tests seem to work in the Jackson test suite.. or jackson does not fail when assigning null to non-nullable fields in kotlin at runtime