I would like to encode SortSpecifier[] for persistence via REST Datasource.
Actually I have form tied to a RestDataSource. I like to persist the user-specified SortSpecifier[] (via MultiSortDialog.askForSort) as a JSON string. I'm getting stuck figuring out how to convert the SortSpecifier[] to a JSON string. Any help would be greatly appreciated!
Actually I have form tied to a RestDataSource. I like to persist the user-specified SortSpecifier[] (via MultiSortDialog.askForSort) as a JSON string. I'm getting stuck figuring out how to convert the SortSpecifier[] to a JSON string. Any help would be greatly appreciated!
Comment