GraphSerializationSettings Class

Definition

Settings for serializing a graph.

public ref class GraphSerializationSettings
public class GraphSerializationSettings
type GraphSerializationSettings = class
Public Class GraphSerializationSettings
Inheritance
GraphSerializationSettings

Constructors

GraphSerializationSettings()

Properties

GraphNodeIdMapper

Converts one GraphNodeId to another before serializing it.

Sort

Sets whether or not the serializer should sort elements before serializing. Default is true. Set this to false for better performance but less readability.

Events

ErrorHandler

Raised when an exception happens during serialization.

Applies to