Join Slack
Powered by
would you mind posting that and your `JsonAdapter....
# squarelibraries
j
jw
02/27/2019, 6:32 PM
would you mind posting that and your
JsonAdapter.Factory
to
https://github.com/square/moshi/issues/807
?
b
bdawg.io
02/27/2019, 6:53 PM
@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
Open in Slack
Previous
Next