On 9/28/11 12:07 AM, Riccardo Tasso wrote:
In the meanwhile I think the simplest solution to implement my own dictionary is to extend the original one.
This will not work. You also need to subclass the model class. Otherwise it doesn't know that the dictionary must be deserialized with your dictionary implementation. Jörn