package
0.0.11
Repository: https://github.com/acmestack/godkits.git
Documentation: pkg.go.dev

# Functions

ToXmlBytes convert any to xml bytes wrap xml.Marshal.
ToXmlString convert any to xml string wrap xml.Marshal.
XmlBytesToAny convert xml bytes to any wrap xml.Unmarshal.
XmlStringToAny convert xml bytes to any wrap xml.Unmarshal.