Re: CayenneDataObject serialization
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
Hello all, Is there any way to serialize a cayenneDataObject, in order to send it to a web service? Thanx