Re: [Javaserver-java] javaserver with binary data
Brought to you by:
zzo
From: <ma...@zz...> - 2004-06-11 19:46:44
|
> > I have never tried passing binary data but I am sure the protocol > > would > > get in the way - you could uuencode the data & then send that over - & > > just > > have the Java stuff uudecode it & be back in business. > > Yes, but I just want to do an object decode. > I don't know what you mean here. You want de-serialize java objects right? Why not just have the Java side do it? Mark |