addTyped

inline fun <T : JsonAdapter<K>, K> Moshi.Builder.addTyped(fn: T): Moshi.Builder

Convenience function to add a custom adapter.