Hello In the manual contains:
Can you give a sample how to do this? (ps model contains some base classes and a couple of 1-1 / 1-n / n-n relations) Thanks This thread was imported from our support forum. The original discussion may contain more detailed answer. |
Since today we've got a very similar request: viewtopic.php?f=56&t=5694, it seems it's time to implement full-featured serialization - currently we support only by-ref serialization of entities. So I just created http://code.google.com/p/dataobjectsdot ... ail?id=514 Tests for existing serialization layer: This must give some imagination of how this must work. Hmm, I see there is some level of support for by-value serialization - actually we were implementing both ways together, but AFAIK only by-ref is fully tested. So let us check this - possibly only minor tweaks are needed there to make this work. |