XmlDescriptor
sealed class XmlDescriptor @XmlUtilInternal constructor(val serializerParent: SafeParentInfo, val tagParent: SafeParentInfo, val overriddenSerializer: KSerializer<*>?, val useNameInfo: XmlSerializationPolicy.DeclaredNameInfo, val typeDescriptor: XmlTypeDescriptor, val namespaceDecls: List<Namespace>, tagNameProvider: XmlDescriptor.() -> Lazy<QName>, decoderPropertiesProvider: XmlDescriptor.() -> Lazy<XmlDescriptor.DecoderProperties>) : SafeXmlDescriptor, Iterable<XmlDescriptor> (source)
Inheritors
Constructors
Link copied to clipboard
protected constructor(serializerParent: SafeParentInfo, tagParent: SafeParentInfo, overriddenSerializer: KSerializer<*>?, useNameInfo: XmlSerializationPolicy.DeclaredNameInfo, typeDescriptor: XmlTypeDescriptor, namespaceDecls: List<Namespace>, tagNameProvider: XmlDescriptor.() -> Lazy<QName>, decoderPropertiesProvider: XmlDescriptor.() -> Lazy<XmlDescriptor.DecoderProperties>)
protected constructor(codecConfig: XML.XmlCodecConfig, serializerParent: SafeParentInfo, tagParent: SafeParentInfo = serializerParent)
protected constructor(original: XmlDescriptor, serializerParent: SafeParentInfo = original.serializerParent, tagParent: SafeParentInfo = original.tagParent, overriddenSerializer: KSerializer<*>? = original.overriddenSerializer, useNameInfo: XmlSerializationPolicy.DeclaredNameInfo = original.useNameInfo, typeDescriptor: XmlTypeDescriptor = original.typeDescriptor, namespaceDecls: List<Namespace> = original.namespaceDecls, tagNameProvider: XmlDescriptor.() -> Lazy<QName> = { original._tagName }, decoderPropertiesProvider: XmlDescriptor.() -> Lazy<XmlDescriptor.DecoderProperties> = { original._decoderProperties })
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
