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