Using .NET to access Java Serialised Objects.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven

    Using .NET to access Java Serialised Objects.

    As the subject indicates, I want to be able to access a Java
    Serialised Object without writing a line of Java.

    VB.NET or C#.NET is fine. I want to use .NET to open such an object,
    and write to it as well, or even write a new one from scratch.

    I understand proprietry may be a hinderance, but if there is no easy
    way of doing it, perhaps there is an algorythm I can implement to do
    it manually?

    I would appreciate any great ideas here. Remember, NO JAVA CODE. The
    aim is to start with a Java Serialised object, and finish with a java
    serialised object, all in .NET

    You can reply here or email me: jamadais@hotmai l.com

    Thanks in advance for any help,
    Steve
Working...