class ItemSerializerPlugin


abstract

Module akonadi
Namespace Akonadi
Class ItemSerializerPlugin
Inherits
Base class for PIM item type serializer plugins. Serializer plugins convert between the payload of Akonadi.Item objects and a textual or binary representation of the actual content data. This allows to easily add support for new types to Akonadi.

How to write an Akonadi serializer plugin

The following describes the basic steps needed to write an Akonadi serializer plugin.

(de-)Serialization Code

Create a class that inherits Akonadi.ItemSerializerPlugin and implement its two pure virtual methods, serialize() and deserialize().

Plugin Framework

To do: Factory macro

To do: Desktop file example



methods