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.Writer
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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>)>)>

See Also