Uses of Class
io.protostuff.XmlInputException
-
Packages that use XmlInputException Package Description io.protostuff -
-
Uses of XmlInputException in io.protostuff
Methods in io.protostuff that throw XmlInputException Modifier and Type Method Description static <T> void
XmlIOUtil. mergeFrom(javax.xml.stream.XMLStreamReader parser, T message, Schema<T> schema)
Merges themessage
from theXMLStreamReader
using the givenschema
.
-