class Base64NormalProvider : JsonAdapterProvider<Base64NormalString>
The base64 normal provider
Provides the the custom json adapter factor to the Moshi for converting simple string to Base64NormalString.
<init> |
The base64 normal provider Base64NormalProvider() |
type |
is the type of parsable class val type: Class<Base64NormalString> |
register |
fun register(builder: Builder): Unit |