Hi,
I am total newbie with XML and LLBLGEN. I am working on a project where we are using LLBLGen and I have been asked to implement custom serialization of the entity classes. I have been trying to figure out how to handle and implement xml serialization in the llblgen generated classes but all went in vein. I am not to use the llblgen provided xml serialization.
I am stuck in how to handle the entity classes and entitycollection classes in my project.
My XSD is like this
<SongEntity>
<AudioEntity>
<Artisit> Collection of artisit </Artist>
<Album> Collection of Albums </Album>
<Media> Collection of Media </Media>
</AudioEntity>
<SongEntity>
Now I need to access each and every object of the entity class / entitycollection class and xml serialize them all. How do I acheive this by using llblgen provided facilities? Also I have the relationclasses generated by the llblgen. How do I go about the collection through relation classes?
I have gone through the documentation of llblgen v2.5.
But can't seem to digest it...please provide me a code snippet to better understand the working between the entity classes, collection and relation classes.
Thanks
Ferhaad