Hi,

I am trying to get rid of cglib class injection in WindowBuilder. I have to
replace this code where *projectClassLoader *is a parameter and *bytes* the
serialized class.

    ReflectUtils.defineClass(
        "org.eclipse.wb.internal.rcp.databinding.parser.DefaultBean",
        *bytes*,
        *projectClassLoader*);

Does anyone have experience with conversions like this?

Cheers,

Wim
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to