DiagramSerializer.RegisterConverter Method
| Name | Parameters | Description |
|---|---|---|
| RegisterConverter<T>(TypeConverter) static | converter | Registers a custom serialization converter for the specified type. |
| RegisterConverter<T>(Func<T, String>, Func<String, T>) static | toString, fromString | Registers a custom serialization converter for the specified type. |