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.

Constructors

Link copied to clipboard
constructor()
constructor(cacheSize: Int)

Functions

Link copied to clipboard
open override fun appendFrom(other: DefaultFormatCache)
Link copied to clipboard
open override fun copy(): DefaultFormatCache
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?
open override fun lookupType(parentName: QName, serialDesc: SerialDescriptor): XmlTypeDescriptor?