Hi, I stumbled upon this problem just now, and instead of creating a serializer and deserilazer, I switched the variable to int, worked alright. Since the original message is more than 1 year old, anybody knows if a Character serializer has been implemented?
Francisco Areas Guimaraes -----Original Message----- Subject: RE: Serializer for Character From: Ted Neward <TedN () matmail ! ucdavis ! edu> Date: 2002-07-25 22:49:09 There is no convenient mapping for Unicode characters in Schema; the closest we could come to is either an xsd:string, or an xsd:sequence minOccurs="2" maxOccurs="2" of xsd:byte (which is trey ugly). Anybody know if Schema v1.1 provides this? Ted Neward Architect, UCDavis Account & Financial Services http://www.javageeks.com <http://www.javageeks.com/> http://www.clrgeeks.com <http://www.clrgeeks.com/> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 25, 2002 14:41 To: [EMAIL PROTECTED] Subject: Re: Serializer for Character There is no char type in xml, so the mapping from a Java char (or java.lang.Character) doesn't exist. Feel free to provide one, though. What type do you think it should map to? Russell Butek [EMAIL PROTECTED] Please respond to [EMAIL PROTECTED]
