Uses of Class
io.protostuff.XmlOutputException
-
Packages that use XmlOutputException Package Description io.protostuff -
-
Uses of XmlOutputException in io.protostuff
Methods in io.protostuff that throw XmlOutputException Modifier and Type Method Description static <T> void
XmlIOUtil. writeTo(javax.xml.stream.XMLStreamWriter writer, T message, Schema<T> schema)
Serializes themessage
into anXMLStreamWriter
using the givenschema
.
-