Class XmlIOFactoryUtil
java.lang.Object
io.protostuff.XmlIOFactoryUtil
Resolves the target
XMLInputFactory and XMLOutputFactory to use.- Author:
- David Yu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final XMLInputFactoryThe defaultXMLInputFactoryimpl.static final XMLOutputFactoryThe defaultXMLOutputFactoryimpl. -
Method Summary
-
Field Details
-
DEFAULT_INPUT_FACTORY
The defaultXMLInputFactoryimpl. -
DEFAULT_OUTPUT_FACTORY
The defaultXMLOutputFactoryimpl.
-