Version 1.11.0
Updated JsonExporter to have serialization methods, similar to those already offered for Item, which support serialization of SourceItem and WorkerItem.
- JsonExporter.convertSourceItemToJsonString(nuix.SourceItem sourceItem)
- JsonExporter.convertWorkerItemToJsonString(nuix.WorkerItem workerItem)
- JsonExporter.exportSourceItemAsJson(nuix.SourceItem sourceItem, java.io.File exportFilePath)
- JsonExporter.exportWorkerItemAsJson(nuix.WorkerItem workerItem, java.io.File exportFilePath)
- JsonExporter.mapSourceItem(nuix.SourceItem sourceItem)
- JsonExporter.mapWorkerItem(nuix.WorkerItem workerItem)