An implementation of the AbstractOutputHandler<(Of <(<'TKey, TData>)>)> class,
that can use a Serializer callback for the serialization
or delegate to the Serialize<(Of <<'(T>)>>)(IWriteContext, T) callback.
Namespace: yWorks.yFiles.GraphML.WriterAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class ComplexMapperOutputHandler<TKey, TValue> : AbstractMapperOutputHandler<TKey, TValue> |
| Visual Basic |
|---|
Public Class ComplexMapperOutputHandler(Of TKey, TValue) _ Inherits AbstractMapperOutputHandler(Of TKey, TValue) |
Type Parameters
- TKey
- The type of the key.
- TValue
- The type of the value.
Remarks
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Writer..::..AbstractOutputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Writer..::..AbstractMapperOutputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Writer..::..ComplexMapperOutputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Writer..::..AbstractOutputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Writer..::..AbstractMapperOutputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Writer..::..ComplexMapperOutputHandler<(Of <(<'TKey, TValue>)>)>