philippe van dyck wrote:
And I cannot JSonize a proxy a null ValueComposite... Is this an isolated problem ?

What did I miss ?

This is one of the rare occasions where you need to use a workaround to convert the modifier proxy to a real proxy. We have not been able to figure out a way to do this automatically. Basically you need to do:
@Structure Qi4j api;
@This MyValue value;
...
// Convert proxy to real reference
MyValue realValue = api.dereference(value);

realValue is then the real reference, which you can send to other code.

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to