Can you send/receive a Map (via Axis) whose inner objects are List?
George
> -Original Message-
> From: Tom Oinn [mailto:[EMAIL PROTECTED]
> Sent: 03 October 2003 14:01
> To: Matthew Pocock
> Cc: Y D Sun; [EMAIL PROTECTED]
> Subject: Re: [Biojava-l] Annota
Matthew Pocock wrote:
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.
Um, it does. Either that or my lists have been magically sent by te
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 [mai
IL 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]
>
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] Annot
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 s