When I have a `Moshi` object, I can ask Moshi to c...
# squarelibraries
m
When I have a
Moshi
object, I can ask Moshi to create an adaptor for some random custom class, as per the README:
Copy code
val moshi = Moshi.Builder().build();
    val jsonAdapter = moshi.adapter(BlackjackHand::class.java);