Java binary serialization to flash

All I get from java is a serialized binary file, the problem is I dont know how to read this. The idea is to get this binary data through a socket connection, but for now i load a *.bin file and try to encode it…

I save the loader.data as a byteArray and i have about 1700b of data, but the only way out is writing my own encoder unles someone already has one for a java serialized binary object. Any ideas?