C

XamlSerializer

Serializer that produces XAML conforming output from the target object's reflection data.
Inheritance Hierarchy

Remarks

By default, the resulting XAML output follows the rules for normal XAML output. In addition, serialization can be fine-tuned by specifying type information to the target object's class or some of its members.

Note that usually the type and all the relevant members should be excluded from obfuscation.

This class cannot be instantiated

Members

No filters for this type

Methods

Serialize the given object to a IXmlWriter
This implementation already provides the top-level XML element with an appropriate tag name.
final

Parameters

context: IWriteContext
The current write context
subject: any
The actual object

Constants

A singleton instance of this class.