Factory

interface Factory

Functions

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