Interface SerializationWriter
- 
- All Known Implementing Classes:
- BinaryWriter,- XMLWriter
 
 public interface SerializationWriter
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteElement(XMLSerializationContext context, Element baseElement)Called once with the base element of the XML tree to write it to the underlying stream.
 
- 
- 
- 
Method Detail- 
writeElementvoid 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
 
 
- 
 
-