[]
Registers a XML serializer for a specific type of report item.
public static void Register(Func<IXmlItemSerializer> getXmlSerializer)
| Type | Name | Description |
|---|---|---|
| Func<IXmlItemSerializer> | getXmlSerializer | The function to get an IXmlItemSerializer object used for serialization and deserialization. |
This method allows the registration of custom XML serializer for specific report item types. The serializers will be used to handle the serialization and deserialization of those types.