You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Jason Bodnar <ja...@shakabuku.org> on 2002/08/23 23:54:25 UTC

How to serialize an object that extends Vector?

Subject says it all. Is there an easy way to serialize and object that extends
Vector?

--
Jason Bodnar
jason@shakabuku.org
http://www.shakabuku.org


Re: How to serialize an object that extends Vector?

Posted by Scott Nichol <sn...@scottnichol.com>.
If you have no additional data members to serialize, of course, you can just
use VectorSerializer.  Otherwise, you must write your own serializer,
although you can use the existing one as a starting point.  The code is not
factored so that you can easily extended the existing serializer.

Scott Nichol

----- Original Message -----
From: "Jason Bodnar" <ja...@shakabuku.org>
To: <so...@xml.apache.org>
Sent: Friday, August 23, 2002 5:54 PM
Subject: How to serialize an object that extends Vector?


Subject says it all. Is there an easy way to serialize and object that
extends
Vector?

--
Jason Bodnar
jason@shakabuku.org
http://www.shakabuku.org


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




Re: How to serialize an object that extends Vector?

Posted by Scott Nichol <sn...@scottnichol.com>.
If you have no additional data members to serialize, of course, you can just
use VectorSerializer.  Otherwise, you must write your own serializer,
although you can use the existing one as a starting point.  The code is not
factored so that you can easily extended the existing serializer.

Scott Nichol

----- Original Message -----
From: "Jason Bodnar" <ja...@shakabuku.org>
To: <so...@xml.apache.org>
Sent: Friday, August 23, 2002 5:54 PM
Subject: How to serialize an object that extends Vector?


Subject says it all. Is there an easy way to serialize and object that
extends
Vector?

--
Jason Bodnar
jason@shakabuku.org
http://www.shakabuku.org


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>




--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>