Skip to main content
All docs
V25.2
  • DiagramSerializer.RegisterConverter<T>(TypeConverter) Method

    Registers a custom serialization converter for the specified type.

    Namespace: DevExpress.Diagram.Core.Serialization

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

    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