I tried the 'has anyone written their own serializer/deserializer'
question awhile back and didn't get an answer.  You may be luckier
or have better skill at trying to implement your own ser/deser
based on provided doc.

What I did was just make sure I was writing java beans -- bean
serializer/deserializer seems to be able to handle complex
java beans.



On Tue, 2002-06-11 at 10:26, Pavel Bernshtam wrote:
> 1) I need to use my own encoding
> 2) Can you provide example of creating my own binary serializer/desirializer
> and using it?
> 3) Can I tell Java2WSDL/WSDL2Java tools to use my own
> serializer/desirializer ?
> 
> Thank you!
> 
> 
> ------------------------------------------------------------------------
> Bernshtam Pavel                                               053-398944
> Certified Java 2 Programmer                             [EMAIL PROTECTED]
> http://www.mutek.com                   http://www.cs.bgu.ac.il/~barnshte
> 
> 
> 
> > -----Original Message-----
> > From: Byung Jin Chun [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, June 11, 2002 3:15 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: Binary maping
> > 
> > 
> > Don't know about a tutorial, but I believe the encoding
> > For opaque binary data in soap is to base64 encode/decode it.
> > 
> > Jin
> > 
> > -----Original Message-----
> > From: Pavel Bernshtam [mailto:[EMAIL PROTECTED]] 
> > Sent: Tuesday, June 11, 2002 4:58 AM
> > To: '[EMAIL PROTECTED]'
> > Subject: Binary maping
> > 
> > 
> > Hi!
> > 
> > Point me please to some article/tutorial about how I can 
> > write custom BINARY
> > maping for some data type.
> > 
> > I.e. I want to send as parameter object of some type, and I 
> > can send it not
> > as XML, but as binary format (for some reasones: 1) I have 
> > already code for
> > such binary serialization/desirialization 2) It will be very 
> > large when XML
> > coded).
> > 
> > Thank you!
> > 
> > 
> > --------------------------------------------------------------
> > ----------
> > Bernshtam Pavel                                               
> > 053-398944
> > Certified Java 2 Programmer                             
> > [EMAIL PROTECTED]
> > http://www.mutek.com                   
> http://www.cs.bgu.ac.il/~barnshte


Reply via email to