Rick McGuire schrieb: > It *could* be done, but currently *can't* be done. This breaks the > encapsulation model for Rexx objects, and so far, I'm not willing to > open that up. I did this a little bit with the CSELF capability, but > I that's enough of a special case for native code that I was willing > to do that.
Yes, this is what I think. Looking at the Java serialization code it can be seen that the field access happens in some com.sun.* classes, so they can generally not be accessed from ordinary code. Currently, I think, it is better for the developer to serialize the variables directly that he needs, although this is only partly possible with the current source... Moritz ------------------------------------------------------------------------------ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
