Hi list,I read in the documentation of Fuel that you can implement #fuelAccept: to prevent instances of a class from being serialized, but what I'd like is to ignore those instances, not to raise an error when trying to serialize them.I tried with a visitSubstitution by nil, but it brought big trouble after serializing, materializing and trying to serialize again.
MyClass >> fuelAccept: aGeneralMapper
^ aGeneralMapper visitSubstitution: self by: nilThanks!
p.s. Using fuel 1.8.1 loaded from the latest configuration in ss3.--
Bernat Romagosa.