azure-xml_1.1.0
1.1.0 (2024-07-26)
Other Changes
XmlSerializable.toXml(XmlWriter)
is now adefault
method in the interface. This will call
XmlSerializable.toXml(XmlWriter, String)
with a null string as the second argument, as theString
argument was
always considered optional.