Hi everyone,

does anyone here have some experience with Fuel?

Its Web site says "It can serialize/materialize not only plain objects
but also classes, traits, methods, closures, contexts, packages,
etc.". So I should be able to serialize a class somehow, right?

But classes are by default treated as global objects, even if they
aren't. The class I want to serialize is created by
newAnonymousSubclass. And yet, Fuel only stores its name in the output
file.

The documentation describes considerGlobal: which does the opposite of
what I want. So my question is: how can I tell Fuel *not* to consider a
class as global?

Konrad.

Reply via email to