An IInputHandler implementation that uses an IMapper<(Of <(<'K, V>)>)>
instance to associate the values with the keys.
Namespace: yWorks.yFiles.GraphML.ParserAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class ComplexMapperInputHandler<TKey, TValue> : AbstractMapperInputHandler<TKey, TValue> |
| Visual Basic |
|---|
Public Class ComplexMapperInputHandler(Of TKey, TValue) _ Inherits AbstractMapperInputHandler(Of TKey, TValue) |
Type Parameters
- TKey
- The type of the key.
- TValue
- The type of the value.
Remarks
This implementation can be provided an HandleDeserializationEventArgs-handler
to perform the deserialization.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.GraphML.Parser..::..AbstractInputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Parser..::..AbstractMapperInputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Parser..::..ComplexMapperInputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Parser..::..AbstractInputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Parser..::..AbstractMapperInputHandler<(Of <(<'TKey, TValue>)>)>
yWorks.yFiles.GraphML.Parser..::..ComplexMapperInputHandler<(Of <(<'TKey, TValue>)>)>