You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Charles Mendis <ch...@blackdragon.com.au> on 2001/09/28 04:05:32 UTC

EnumerationSerializer

Hi,

When using Soap 2.2 I had trouble because there was no Serializer 
for a java.util.Enumeration class. I quickly created one based on 
the HashtableSerializer in the org.apache.soap.encoding.soapenc 
package. The class is 
org.apache.soap.encoding.soapenc.EnumerationSerializer

I have attached it. Please feel free to use it if you find it of 
any use.

Thanks,
Charles

p.s. Great work on SOAP!