would you mind posting that and your `JsonAdapter....
# squarelibraries
j
would you mind posting that and your
JsonAdapter.Factory
to https://github.com/square/moshi/issues/807?
b
@jw I shared the omittable type and its adapter. Do you have suggestions on how I validate that a non-nullable
T
in
Omittable<T>
isn’t being passed
null
in the
fromJson
implementation? Right now I’m just doing an unchecked cast
as T