class ConnectionRecordProvider : JsonAdapterProvider<ConnectionRecord>
The connection record provider
Provides the the custom json adapter factor to the Moshi for converting sub-classes of the ConnectionRecord
<init> |
The connection record provider ConnectionRecordProvider() |
type |
is the type of parsable class val type: Class<ConnectionRecord> |
register |
fun register(builder: Builder): Unit |