Interface SerializationWriter
-
- All Known Implementing Classes:
BinaryWriter
,XMLWriter
public interface SerializationWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeElement(XMLSerializationContext context, Element baseElement)
Called once with the base element of the XML tree to write it to the underlying stream.
-
-
-
Method Detail
-
writeElement
void writeElement(XMLSerializationContext context, Element baseElement) throws java.io.IOException
Called once with the base element of the XML tree to write it to the underlying stream.- Throws:
java.io.IOException
-
-