DefaultFormatCache
Opaque caching class that allows for caching format related data (to speed up reuse). This is intended to be stored on the config, thus reused through multiple serializations. Note that this requires the serialName attribute of SerialDescriptor instances to be unique.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun lookupDescriptor(overridenSerializer: KSerializer<*>?, serializerParent: SafeParentInfo, tagParent: SafeParentInfo, canBeAttribute: Boolean): XmlDescriptor?
Link copied to clipboard
open override fun lookupType(namespace: Namespace?, serialDesc: SerialDescriptor): XmlTypeDescriptor?