hi,
thank for your quick reply,
But the reason that lead me to choice described approach (first thread post) was that my Entity field changes from serialization to deserialization, I mean when i serialize object its version is 1.0 and havn't "cost" (for example) field and have "number" field, but in deserialization my object version is 2.0 and have "cost" field and havn't "number" field.
I used the fetch in deserialization to overcome the versioning probelm.
do you have any idea?
I think (but not confident) that i don't need related object serialization (and so deserialization) entirely, any way if you have a solution for by this simplified condition its thank to read for me, but a solution without this consideration (meen that serialize/deserialize related object) is so better.
thanks.