Skip to main content
All docs
V23.2

DiagramSerializer.RegisterConverter<T>(TypeConverter) Method

Registers a custom serialization converter for the specified type.

Namespace: DevExpress.Diagram.Core.Serialization

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public static void RegisterConverter<T>(
    TypeConverter converter
)

Parameters

Name Type Description
converter TypeConverter

The type converter to register.

Type Parameters

Name Description
T

The type for which to register the serialization converter.

See Also