This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I'm having trouble finding a way to serialize a member object(_city). my entity:
error: Thanks! |
|
|
EntityHolder is not intended to be serialised which is why you are seeing the error. Is this a .NET -> .NET scenario? Have you looked at using the DistributedUnitOfWork instead?
|
|
|
somebody can post a sample using serialization with Reverse Association? please! I'm spending 3 weeks to resolver this issue. sorry my English! |
|
|
Have a look at http://www.mindscapehq.com/documentation/lightspeed/Building-Distributed-Applications-/Distributed-Entity-Programming if you are intending to transfer object graphs between a client and server in a .NET to .NET scenario. As mentioned above serialisation of an EntityHolder is not supported.
|
|