Am 23.07.2013 um 13:20 schrieb Hernán Morales Durand <hernan.morales@gmail.com>:
Have a look at InstanceEncoder
Thanks, how would you say it works compared to store an Fuel ByteArray? Norbert
El 23/07/2013 7:47, Norbert Hartl escribió:
I try to untangle my modules. I have a parser that creates a model and a tool that uses that model. For testing it is convenient to just generate the model and work with it. But this way I introduce dependencies which always pulls everything in.
In order to untangle I would need a way to easily serialize the runtime model into methods or something similar. Anything that can be transported via monticello is ok. I just don't want to have dependencies to present of external files. That would just change the problem but not solving it.
Any ideas?
Norbert