Creates the handler that will be used for the IO.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
protected virtual GraphMLIOHandler CreateHandler()
Visual Basic
Protected Overridable Function CreateHandler As GraphMLIOHandler

Return Value

a preconfigured handler that can read to and write from graph instances created by CreateRoundtripGraph()()()()

Remarks

This handler provides IO for the style associated to the graph using the keys declared in this class, as well as the labels and the node ids and edge ids. This implementation creates the instance and calls ConfigureHandler(GraphMLIOHandler)

See Also