ISerializer implementation that produces XAML conforming output
from the target object's reflection data.
Namespace: yWorks.yFiles.GraphML.XamlAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public class XamlSerializer : ISerializer |
| Visual Basic |
|---|
Public Class XamlSerializer _ Implements ISerializer |
Remarks
By default, the resulting XAML output follows the rules for normal XAML
output. In addition, serialization can be fine tuned by applying GraphMLAttribute to the
target object's class or some of its members.
Note that usually the type should be excluded from obfuscation, or its name should be declared with Name. The same holds for specific members.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Xaml..::..XamlSerializer
yWorks.yFiles.GraphML.Xaml..::..XamlSerializer