Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
serde-xml
/
aws.smithy.kotlin.runtime.serde.xml
/
XmlStreamWriter
/
endTag
end
Tag
abstract
fun
endTag
(
name
:
String
,
namespace
:
String
?
=
null
)
:
XmlStreamWriter
Write end tag. Repetition of namespace and name is just for avoiding errors.