Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Custom data objects and taskData

Your best bet is to serialize your objects into a task attribute when storing, and deserialize when reading.  Serialization/deserialization should be to/from a String, but can be using any serialization technology that you're comfortable with.

David

On Tue, Sep 20, 2011 at 7:18 AM, Руслан Карпов <skif_work@xxxxxxx> wrote:
Hi all,

I implemented connector for my own repository and simple version of it works fine, but now should add some new features to it.
I want find some way to attach some custom data objects that should be visible in task editor. Adding task attributes not suitable for me because  my data objects contains three list of List <String> each.
Is there are some another way to do something like this?

Thanks for any help.

Ruslan Karpov aka Skif.


_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev




--
David Green
VP of Engineering, Tasktop
Committer, Eclipse Mylyn
http://tasktop.com 
+1-778-588-6896 ext. 115

******************************************************
* Check out Tasktop founder Mik Kersten's webinar    *
* introducing our server-side solution, Tasktop Sync *
*    September 28, 2011 9-10am PST / 12-1pm EST      *
*       http://www.tasktop.com/about/webinars        *
******************************************************


Back to the top