Interface SerializationWriter
- All Known Implementing Classes:
 BinaryWriter,XMLWriter
public interface SerializationWriter
- 
Method Summary
Modifier 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
- 
writeElement
Called once with the base element of the XML tree to write it to the underlying stream.- Throws:
 IOException
 
 -