Nov. 17, 2011
6:07 p.m.
On 17/11/11 11:24 AM, Mariano Martinez Peck wrote:
So you have already solved this one using the substitution hook explained here: http://rmod.lille.inria.fr/web/pier/software/Fuel/Version1.7/Hooks ?
No, the early Fuel version did not have substitution hooks. I wrote custom visitor code to do substitution during export/import. I want to now eliminate this custom code.
Let me see if I understand....PRFile has a reference to a file (on disk). So what you want is to serialize not only the PRFile but also the contents of the file?
What I want is an equivalent copy a subtree of a Pier kernel, created in another Pier kernel, even if that subtree contains a PRFile. Having the serialized subtree fit in a single file would be easiest to manipulate.