Hi everyone,

Sorry to ask this question but i just wanted to clear something. If i were to serialize a java object using the ObjectOutputStream on a windows platform can i read back the same object file on a linux box that supports java.

I can't really test this out as i currently do not have a linux box and hope someone could shed some light on this topic for me.

Please assume that both the linux and windows box are using the same version jre or sdk

Any help is greatly appreciated

Thank You

Yours Sincerely

Richard West

You should have no problem, assuming the other box has the classfile on its classpath of course.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.