Hi; can anyone tell me why the "-alias" string is appended to some string attributes during serialization. I don't quite understand why some string attributes...
I have a relatively simple class which happens to extend the standard Java class Observable. The result is that JSX writes over 100MB (!) of Observable...
One way is to implement "java.io.Externalizeable", and write/read your object state yourself. This is a standard Java Object Serialiation technique. Another...
JSX2 does not do this. In JSX1, the "-alias" is appended when that field refers to a String that has been serialized previously. The value of the attribute is...
Brendan, things seem to be fine with this Java implementation and JSX. Could you turn around a fix for this? Our logs are filling up. ;-) -- Damien ... ...
This email is to inform you about the release of version '2.2.3.5' of 'Java Serialization to XML' through freshmeat.net. All URLs and other useful information...
noreply@...
Oct 13, 2004 2:46 pm
2086
... which is: implVendor='Sun Microsystems Inc.' specVersion='1.5' implVersion='1.5.0' In the meantime, JSX will try the standard implementation for Java 1.4 -...
I think the main website could use some cleanup and maybe you should include some Javadoc for your classes, such as Config, and explain what aliasing is all...
Is this a known bug? I have two objects refering to the same object and when they get serialized, that object is serialized twice instead of having the 2nd...
The fact that the same object is being serialized multiple times as different objects is actually introducing bugs into my program. Any help you could offer...
Hi Gili, ... Thanks for the bug report. No, it's not a known bug. This kind of issue was addressed almost 4 years ago - however, it's important for us to...
Yes; thanks for the comfirmation; this should be able to go into the next release. -- +61 3 9515 7575 (if calling from US, replace "+" with "011") ... From:...
Hi Gili, You mean the freeJSX website? We've since rewritten and massively improved the code in JSX2, and so most of the work goes into that version....
import JSX.*; import java.io.*; // example to show how JSX breaks on a simple linkedlist at a length of 3210 (and writes file to ll.xml) // I get an Exception...
Hi alfred, Thanks for this clear example. Serialization uses recursion, and so stack overflows for very deep nesting is a known problem. It is also a problem...
Good news. It turned out to be a bug in my application. Sorry for the false alarm. Gili ... issue was ... investigate ... please? ... it and ... shared. ... ...
Good news. It turned out to be a bug in my application. Sorry for the false alarm. Gili ... issue was ... investigate ... please? ... it and ... shared. ... ...
JSX2 releases are approximately once a fortnight. JSX1 are much less frequent - sorry, I can't give you a definite release date. In the meantime, you could...
... I have tried serializing as you suggested with ObjectOutputStream and you are correct, java also has this same problem. Java ObjectOutputStream overflows...
Brendan & JSX users, Below is some log output from running one of our applications under BEA JRockit 1.4.2. Any ideas? Has anyone else had problems with...
Hi Damien, This is a known problem. We've looked into the implementation of JRockit (as much as is possible without access to its source), and it seems...
... It's a very fast JVM on Windows, and has nice management tools. -- D _______________________________ Do you Yahoo!? Declare Yourself - Register online to...
HI Damien, Hmmm... I'm not sure what we can do about this... if you were a paying customer of their's, we'd have some leverage. What do you think? Note: the...
We're not a paying customer of BEA. We've eliminated JRockit from our suite of supported JVMs for the time being. Good suggestion re: the IBM JVM. We use that...