Hi
trying to export a class with a method which returns boolean[], and got
Referencing method 'org.timepedia.exporter.client.ExporterUtil.wrap([Z)': unable to resolve method
Sure enough, ExporterUtil has no wrap(boolean[]) method -- is there any reason for this?