ConfigurationListSerializer
object ConfigurationListSerializer : SentinelEmptyListSerializer<AndroidRevocationList.Loader.Configuration<*>> (source)
Serializer for AndroidAttestationConfiguration.revocation that also accepts (and emits) the token DISABLED as the explicit spelling of "no revocation checking at all".
See also
Functions
Link copied to clipboard
open override fun deserialize(decoder: Decoder): List<AndroidRevocationList.Loader.Configuration<*>>
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: List<AndroidRevocationList.Loader.Configuration<*>>)