Mark, Great! You made the thing totally straightforward. Annotation can be directly serialized into byte stream and sent via Axis.
Thanks! George > -----Original Message----- > From: Schreiber, Mark [mailto:[EMAIL PROTECTED] > Sent: 03 October 2003 03:13 > To: Y D Sun; [EMAIL PROTECTED] > Subject: RE: [Biojava-l] Annotation Serialization > > > I'm pretty sure Annotation can Serialize to binary. Can AXIS > cope with that? > > - Mark > > -----Original Message----- > From: Y D Sun [mailto:[EMAIL PROTECTED] > Sent: Fri 3/10/2003 6:31 a.m. > To: [EMAIL PROTECTED] > Cc: > Subject: [Biojava-l] Annotation Serialization > > > > Hi, > > I want to send Annotation via Axis SOAP. Has biojave > implemented any > Annotation serializer, or is there any custom > serializer for Annotation? > Annotation has a method asMap() that returns a Map. > AXIS can serializer > Map. However, the Map of Annotation contains ArrayList > objects that AXIS > can't serialize. Here, the ArrayList is an array of String. > > Any simple solution for this problem? > > Thanks. > > George > > _______________________________________________ > Biojava-l mailing list - [EMAIL PROTECTED] > http://biojava.org/mailman/listinfo/biojava-l > > > > ============================================================== > ========= > Attention: The information contained in this message and/or > attachments from AgResearch Limited is intended only for the > persons or entities to which it is addressed and may contain > confidential and/or privileged material. Any review, > retransmission, dissemination or other use of, or taking of > any action in reliance upon, this information by persons or > entities other than the intended recipients is prohibited by > AgResearch Limited. If you have received this message in > error, please notify the sender immediately. > ============================================================== > ========= > _______________________________________________ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l
