You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Ralf Bierig <so...@yahoo.com> on 2001/04/19 17:11:22 UTC

Example for serializing - HELP!

I am looking for a code example with 

- bean serializing 
- own object serializing
- writing a own serializer


in Java.

Ralf Bierig


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Re: Example for serializing - HELP!

Posted by Scott Nichol <sn...@computer.org>.
For bean serializing, you can look at the address book sample code, which uses bean
serializing for the Address and PhoneNumber classes.  For writing a serializer, IMHO the
source for [de]serializers that are included in soap.jar are a good place to start.

Scott

----- Original Message -----
From: "Ralf Bierig" <so...@yahoo.com>
To: "SOAP Mailing List SOAP Mailing List" <so...@xml.apache.org>
Sent: Thursday, April 19, 2001 11:11 AM
Subject: Example for serializing - HELP!


> I am looking for a code example with
>
> - bean serializing
> - own object serializing
> - writing a own serializer
>
>
> in Java.
>
> Ralf Bierig
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/


Re: Example for serializing - HELP!

Posted by Michael Reardon <mi...@onewebsystems.com>.

Ralf Bierig wrote:
> 
> I am looking for a code example with
> 
> - bean serializing

see addressbook sample in the SOAP distribution

> - own object serializing
> - writing a own serializer

No sure what you mean here. Is there a difference? Check out the source
code in the org.apache.tomcat.soap.encoding.soapenc package


Cheers,
Mike Reardon