On Mar 28, 2006, at 6:32 PM, Dain Sundstrom wrote:
Wow that is some complex code :) After a cursory reading I have a few question:Does it support multi-dimensional arrays int[][][][]? It looks like the code only supports 1d arrays.
Don't think it's recursing there as it should.
Does is support java.io.Externalizable?
Nope.
Does is support writeReplace and readResolve?
Nope.The code is a good start. All in all, I think there may be a better way or some things we can combine with this.
-David
