fun adapter(moshi: Moshi): JsonAdapter<T>
Provides the adapter for parsing T type.
moshi - the Moshi instance
moshi
Return the json adapter for parsing/converting T value