ConfigurationListSerializer

Serializer for AndroidAttestationConfiguration.revocation that also accepts (and emits) the token DISABLED as the explicit spelling of "no revocation checking at all".

See also

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

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<*>>)