Abstract base class for implementations of the ISerializer interface.
Namespace: yWorks.yFiles.GraphML.WriterAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public abstract class AbstractSerializer : ISerializer |
| Visual Basic |
|---|
Public MustInherit Class AbstractSerializer _ Implements ISerializer |
Remarks
This class implements Serialize(IWriteContext, Object) in a way that allows to use
Serialize(IWriteContext, Object) directly as callback for the HandleSerialization
event, so no special handling for reference counting and other graphml management issues is needed.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Writer..::..AbstractSerializer
yWorks.yFiles.GraphML.Xaml..::..FrameworkXamlSerializer
yWorks.yFiles.GraphML.Writer..::..AbstractSerializer
yWorks.yFiles.GraphML.Xaml..::..FrameworkXamlSerializer