I guess I was not clear enough: I cannot change the file format, so a Julia-specific solution is not going to work.
On Thu, Oct 13, 2016 at 2:54 PM, FANG Colin <colinf...@gmail.com> wrote: > Are you trying to serialise Julia objects? Why don't you try json or > msgpack or so as your encoding? > > The default serialize could also work but you need to be careful it > doesn't guarantee version safe. >