[Biojava-l] Annotation Serialization
Matthew Pocock
matthew_pocock at yahoo.co.uk
Fri Oct 3 08:23:13 EDT 2003
Y D Sun wrote:
>Mark,
>
>Great! You made the thing totally straightforward. Annotation can be
>directly serialized into byte stream and sent via Axis.
>
>Thanks!
>
>George
>
>
That completely defeats the interoperability of web services - if we
just pass arround serialised objects, then we can only talk to
servers/clients using compattible java objects.
I think what you need to do is write an Axis serializer / deserializer
that understands lists and add that to your soap service - it seems odd
that Axis doesn't come with one bundled like it does for Map.
>
>
>>-----Original Message-----
>>From: Schreiber, Mark [mailto:mark.schreiber at agresearch.co.nz]
>>Sent: 03 October 2003 03:13
>>To: Y D Sun; biojava-l at biojava.org
>>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:Yudong.Sun at newcastle.ac.uk]
>> Sent: Fri 3/10/2003 6:31 a.m.
>> To: biojava-l at biojava.org
>> 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 - Biojava-l at biojava.org
>> 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 - Biojava-l at biojava.org
>http://biojava.org/mailman/listinfo/biojava-l
>
>
>
More information about the Biojava-l
mailing list