Interface SerializationWriter
- All Known Implementing Classes:
- BinaryWriter,- XMLWriter
public interface SerializationWriter
- 
Method SummaryModifier and TypeMethodDescriptionvoidwriteElement(XMLSerializationContext context, Element baseElement) Called once with the base element of the XML tree to write it to the underlying stream.
- 
Method Details- 
writeElementCalled once with the base element of the XML tree to write it to the underlying stream.- Throws:
- IOException
 
 
-