Hi Fabien,

All the AdWords classes in the AdWords API java library are marked as
Serializable, so if you are only interested in storing the class and
making it available later, then you can serialize the object, store it
in database in binary/xml format and deserialize it later. But if you
are looking for proper mapping of the objects to a database schema,
you may have to write something at your end to make it work with a
framework like Hibernate.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Jul 14, 2:55 am, Fabien <fabien.carr...@gmail.com> wrote:
> Hello,
>
> I am currently working with Adwords Java. I would like to persist the
> Adwords Java object in a database and display them in a swt GUI.
>
> I am not able to find a good idea to persist the Adwords Java object
> so I could save the Adwords Java object directly in the database and
> reloading them as a Adwords Java object.
>
> I am open to any framework (hibernate, ...) Have you ever had the same
> problem? Do you have any idea to solve this?
>
> Thanks for any help

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to