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