Does serialization depend on the browser, platform, or VM?
Created May 4, 2012
Tim Rohaly The serialization format is independent
of browser, independent of JVM vendor,
and independent of platform. So
serialization should work with any
combination of the above.
For example, a serialized object written by Windows can be read by Unix, and vice verse. This is generally true of all I/O in Java.