RE: Deserializer help needed

2003-12-11 Thread Daniel Smeltzer
-Original Message-From: Daniel Smeltzer [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 1:42 PMTo: [EMAIL PROTECTED]Subject: RE: Deserializer help needed That would be greatly helpful!  Thanks! -Original Message-From: Gurkan,

RE: Deserializer help needed

2003-12-11 Thread Daniel Smeltzer
ckled this problem with Castor EnumType classes. If you like, I can attach the source code and you can duplicate it. It also automatically generates the schema needed for WSDL generation. -Original Message-From: Daniel Smeltzer [mailto:[EMAIL PROTECTED] Sent: Thursday,

Deserializer help needed

2003-12-11 Thread Daniel Smeltzer
Title: Deserializer help needed I need help finding information about writing a custom deserializer.  I have a class I want to pass through Axis that acts as a type-safe enumeration.  It has no public constructor.  The class can return an instance that is matched against certain data, but no