I'm taking an XML file and flattening it and converting to Key Value pairs.
So I can keep the date as is in two separate properties and when I convert
the model to Key Value pairs I can do the merge there. But I will
investigate (Un)marshaller as I suspect I will need it for my next bit I
encountered. Posted a new question about it.


On Tue, May 14, 2013 at 10:26 AM, Archie Cobbs <arc...@dellroad.org> wrote:

> On Tue, May 14, 2013 at 8:15 AM, John Smith <java.dev....@gmail.com>wrote:
>
>> Hi. Thanks. So i need to implement the IUnmarshaller?
>>
>
> That's option #1. If you also need to marshal then you'll need to
> implement a corresponding IMarshaller as well.
>
>
>> I'll check it out. But I also have one more option. I need to convert my
>> model to a "custom" string so I can do the conversion when I implement my
>> toString();
>>
>
> OK, though I don't understand this option. E.g., if your toString() output
> contains angle brackets they will get escaped.
>
> -Archie
>
> --
> Archie L. Cobbs
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to