Oct. 28, 2013
4:13 p.m.
The idea is that I have an object (a session) which has meta data (time, duration, author) and some other object inside. I want that Fuel serializes just that object and not pointes to other object, globals and what not. This causes me a lot of troubles, moreover it makes the fuel file bigger than the optimum⦠Cheers, R On Oct 28, 2013, at 4:57 PM, Martin Dias <tinchodias@gmail.com> wrote:
On Mon, Oct 28, 2013 at 4:47 PM, roberto.minelli@usi.ch <roberto.minelli@usi.ch> wrote: Thanks,
On Oct 28, 2013, at 4:36 PM, Martin Dias <tinchodias@gmail.com> wrote:
Currently there is no such option.
Maybe it is something which is needed, what do you think?
The idea is that, if you serialize:
a -> b -> c
fuel actually would encode:
a -> b -> nil
that?