Look at samples.encoding.TestSer.java. I'm trying it right now to see if I can get it to work.

In my case, I couldn't use Castor because I have some objects that need to use something like the Axis SimpleSerializer/Deserializer, that is, they have a constructor with a String argument and also a toString method that returns that argument from the constructed object.

e.g.:

BaseDate date = new BaseDate( "12/01/02" );

and

date.toString();

outputs "12/01/02".

Dom wrote:
I'm very interested in an answer to that question.

I'm actually using Castor and evaluating Jaxb beta, but would like to use
Axis instead.

Dom

----- Original Message -----
From: "Pavel Bernshtam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 17, 2002 9:43 AM
Subject: Serialization



Hi!

Can I use Axis serialization/deserialization framework in "standalone"
mode

- without RPC, just for objects serialization/deserialization?

How?

Thank you!


------------------------------------------------------------------------
Bernshtam Pavel                                               053-398944
Certified Java 2 Programmer                             [EMAIL PROTECTED]
http://www.mutek.com                   http://www.cs.bgu.ac.il/~barnshte





--
Matthew Avery
Senior Developer
(513) 470-5316
http://www.einnovation.com/
eInnovation, Inc., located in the heart of the midwest, invents and promotes eBusiness software that moves business technology to open standards.

Reply via email to