DelegatableFormatCache

Interface for format caches that support being delegated to.

Inheritors

Functions

Link copied to clipboard
abstract fun appendFrom(other: DefaultFormatCache)
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?