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> voidXmlIOUtil. mergeFrom(javax.xml.stream.XMLStreamReader parser, T message, Schema<T> schema)Merges themessagefrom theXMLStreamReaderusing the givenschema.
-