| Interface | Description |
|---|---|
| SerializationDelegate<T> | |
| SerializationWriter |
| Class | Description |
|---|---|
| AbstractSerializationDelegate<T> | |
| BinaryWriter | |
| DefaultObjectSerializationDelegate |
An implementation of SerializationDelegate that uses reflection and the JavaBean standard to try and serialize any
arbitrary object
|
| Element |
Represents an XML element
|
| Element.Attribute | |
| ReferenceTracker |
This class keeps track of references for the XMLSerializer.
|
| StringEncodingTable | |
| XMLSerializationContext |
Used while serializing to keep track of references and indentation.
|
| XMLSerializer | |
| XMLWriter |