DelegatableFormatCache

Interface for format caches that support being delegated to.

Inheritors

Functions

Link copied to clipboard

Create a new cache that contains the updates. It returns the updated cache (this may be the same if no updates were performed).

Link copied to clipboard
Link copied to clipboard
abstract fun lookupDescriptor(overridenSerializer: KSerializer<*>?, serializerParent: SafeParentInfo, tagParent: SafeParentInfo, canBeAttribute: Boolean): XmlDescriptor?
Link copied to clipboard
abstract fun lookupType(namespace: Namespace?, serialDesc: SerialDescriptor): XmlTypeDescriptor?
abstract fun lookupType(parentName: QName, serialDesc: SerialDescriptor): XmlTypeDescriptor?