hey all have anyone worked with moshi retrofit and...
# android
n
hey all have anyone worked with moshi retrofit and pairs and lived to survive?
c
I remember having to write a serializer for that.
d
yes... despite of all the Custom Adapter fixes required. I'm still using this library and survived.
c
Isn’t there a open source project with all the adapters ?
n
@Dipali any chance for a gist or something?
d
@Nir Golan well, for now I can share custom adapter of Gson
setDateFormat(PATTERN)
method in Moshi way and along with that for
EmptyString
as well. For other Adapter like
ArrayList
and other collection it might take some time as my implementation is in confidential project.
n
thanks @Dipali