Jay Blanton wrote:

Wow...that was easy. I figured it out...thanks for pointing me to the serializer/deserializer:

public class DateTimeSerializer {


You know you can place the (de)serializeDateTime methods into your base DateTime class rather than building a custom class just for them? From an OO perspective, it makes more sense to me.

This is something that might be made a touch clearer in the user guide documentation. If you are trying to custom handle one xml element (an attribute or tag text), use a (de)serializer. If you need to handle more than one xml element (a tag with attributes and/or nested internal tags), you will need to use an (un)marshallar.

--
        Thomas Jones-Low            Softstart Services Inc.
        [EMAIL PROTECTED]      JobScheduler for Oracle
        Ph: 802-398-1012            http://www.softstart.com


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to