Your objective, as I understood it, was to serialize Java objects as XML
over a proprietary protocol.  You have written the protocol already
(right?), so all you want to do is serialize Java objects as XML.  Given
technologies such as JAXB and Castor that were created to do exactly
that, they seem like a better place to start and are likely to be more
efficient and (hopefully) easier to use.

Scott Nichol

----- Original Message -----
From: "Marco Schulze" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 02, 2002 10:33 PM
Subject: Re: Using the BeanSerializer directly to serialize &
deserialize over another protocol


> Dear Scott,
>
> thank you very much for your quick response! I will take a look at
> Castor and JAXB tomorrow or later this week (I'm very busy). Do you
have
> any special reason why you recommend to use another solution instead
of
> SOAP? Is it easier to use? Or is it more efficient?
>
> Best regards, Marco ;-)
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to