DerConfiguration
data class DerConfiguration(val encodeDefaults: Boolean = true, val explicitNulls: Boolean = false, val serializersModule: SerializersModule = EmptySerializersModule())(source)
DER format options.
Properties
Link copied to clipboard
if true, default-valued properties are encoded. If false, default-valued properties are omitted.
Link copied to clipboard
if true, nullable properties are encoded as ASN.1 NULL by default. If false, nullable null values are omitted by default. exactly as originally decoded.
Link copied to clipboard
serializers used for contextual/open-polymorphic resolution.