Serializer that produces XAML conforming output from the target object's reflection data.
Inheritance Hierarchy
XamlSerializer
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
Type Details
- yFiles module
- view
Methods
Serialize the given object to a IXmlWriter
Remarks
This implementation already provides the top-level XML element with an appropriate tag name.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - IWriteContext
- The current write context
- subject - any
- The actual object
Constants
A singleton instance of this class.