Share via


GraphSerializationSettings Class

Definition

Settings for serializing a graph.

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

Constructors

Name Description
GraphSerializationSettings()

Properties

Name Description
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

Name Description
ErrorHandler

Raised when an exception happens during serialization.

Applies to