RE: Help needed in writing a deserializer
Title: RE: Help needed in writing a deserializer Well, please don't go by the simplicity of this example. I have some constraints in the real application where I cannot make my classes beans (with a default constructor and getters and setters for all members). So I want to make this s
Re: Help needed in writing a deserializer
Base on what you said I see no reason to write a custom deserializer at all just type map both TransactionId and AccountNumber and let BeanSerializer do the work for you. Michael