Factory
Functions
Link copied to clipboard
abstract fun create( type: Type, annotations: Set<out Annotation>, moshi: Moshi): JsonAdapter<out Any>
Content copied to clipboard
Attempts to create an adapter for
type annotated with annotations.