I'm currently working on taking a rather large piece of Java-code and using
Jibx to serialize / deserialize it.
However, I've stumbled upon a problem that I'm not sure how to attack.
I have the following situation:
interface Foo {
//methods
}
abstract class Bar {
//metods and lots of fields
}
class Baz extends Bar implements Foo {
//more stuff
}
Now, I need to use both the property that Baz is-a Bar in one context, and
that Baz is-a Foo in another. However, as far as I can see Jibx only allows
single inheritance via the extends keyword on mappings?
Is there some standard solution to this? Any tips would be welcome.
Regards,
Søren Andersen
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users