generated Adapter
open fun generatedAdapter( moshi: Moshi, type: Type, rawType: Class<out Any>): JsonAdapter<out Any>
Content copied to clipboard
Loads the generated JsonAdapter for classes annotated JsonClass. This works because it uses the same naming conventions as JsonClassCodeGenProcessor.