how to remove the Header added by objectOutputStream? what way should be the writeStreamHeader be Overriden..?
@Override
protected void writeStreamHeader() throws IOException {
}
It want the byteOutputStream (to which i m writing the object) to contain only data ,no extra data ,byte etc..