← Back to team overview

yade-dev team mailing list archive

Special serialization treatment

 

Janek,

Could you please remind me where I could include the code to perform special treatment for the serialization?
I hope my question is claire enough.
Practically, I would like to do something like this:

if (the type of my object is 'GroupRelationData')
 {
   I write what I want in xml format
 }

I think that a more elegant solution could be to create a template class inherited from the template class DynLibDispatcher. Somethink like the MetaEngine2D.
What is your opinion about that?

VR




Follow ups