No, and why do you care?  JiBX is based on bytecode enhancement
technique, which basically injects marshalling/unmarshalling info into
the pojo post compile.  I believe what you're talking about is
reflection, and other products like JAXB use that technique.  It's
magnitudes slower and less efficient, though why JiBX is a lot faster
and more efficient than most other mappers.

Ilya

On 12/12/06, Xinjun Chen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am new to JiBX. So please forgive me if my question is too naive.
> I am wondering whether I can do marshalling and unmarshalling without
> modifying the original class bytecode?
>
>
> Regards,
> Xinjun
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to