W
Wes Gamble
All,
I have a Ruby object that actually encapsulates a Java object - I got it
by using Rjb to talk to a Java library.
When I attempt to marshal it, I get the following error:
"can't dump anonymous class"
If Rjb returned a named class instead of an anonymous one, would I then
be able to marshal it?
BTW, why can't anonymous classes be dumped?
Thanks,
Wes
I have a Ruby object that actually encapsulates a Java object - I got it
by using Rjb to talk to a Java library.
When I attempt to marshal it, I get the following error:
"can't dump anonymous class"
If Rjb returned a named class instead of an anonymous one, would I then
be able to marshal it?
BTW, why can't anonymous classes be dumped?
Thanks,
Wes