Hi,
i am using LLBLGen 2.5 and have a question about adding own member variables to an entity class. This class must be send over to webservice and the member must also be transferred, because it is used at the webservice.
In the documentation i see that i have to use a CustomXmlSerializationAttribute on the member and then override the members PerformCustomXmlSerialization and PerformCustomXmlDeserialization.
Now i have a custom member variabele of the type EntityCollection. Is there an example how to implement the PerformCustomXmlSerialization and PerformCustomXmlDeserialization methods?
Thanks for answering this question!