I need to store concrete model on one computer and use it as a block in an another model run on another machine. It appears that pickle supports this (at least for a small test model) provided that the model is specified without using decorations (decorations cause problems for pickle).
Please suggest how to achieve porting for models specified with the decorations (which I find to be very useful). I heard that maybe dill or json can support this. However, maybe someone can share her/his experience on either one of these ways or.alternatives.
Thanks in advance,
Marek