objectoutputstream

Reading a Java Object in PHP from a file created with ObjectOutputStream.

I'm trying to read a file that was created in a Java-based game using ObjectOutputStream in PHP. The data is a serialized object written in a binary format. I've been using fopen and fread to get the binary data, but I have absolutely no idea what to do with it. ...

Android Socket + ObjectOutputStream not working correctly

Hey guys. I am developing a client/server program where the client is an android device. The server has a listener class that reads an object from the input stream. I created a client software for another COMPUTER that sends a small object over a local network. Computer to Computer works perfectly fine, i read the object and printed the...