GraphSerializationSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |