Re: CayenneDataObject serialization

2010-10-27 Thread Mike Kienenberger
I last did this under Cayenne 2.0 (1.2), but it seems likely to be the same. CayenneDataObjects are already serializable. The only thing you have to deal with is that the DataContext will not be serialized by default with it -- you'll only get the objects specifically serialized. When you restor

CayenneDataObject serialization

2010-10-26 Thread Bruno René Santos
Hello all, Is there any way to serialize a cayenneDataObject, in order to send it to a web service? Thanx