Package org.vast.xml
Interface IXMLWriterStAX<ObjectType>
- Type Parameters:
ObjectType
- Type of object handled by this writer
public interface IXMLWriterStAX<ObjectType>
Interface for all XML readers implemented using StAX
- Since:
- Sep 30, 2012
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serialize
(ObjectType existingObj, XMLStreamWriter xmlWriter)
-
Method Details
-
serialize
- Throws:
XMLWriterException
-