Package com.stimulsoft.base.utils
Class StiXmlMarshalUtil
java.lang.Object
com.stimulsoft.base.utils.StiXmlMarshalUtil
Copyright Stimulsoft
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends XmlObject>
voidmarshal(T xmlObject, OutputStream os) static <T extends XmlObject>
Tunmarshal(InputStream is, Class<T> clazz)
-
Method Details
-
marshal
- Throws:
StiException
-
unmarshal
- Throws:
StiException
-