| Summary: | Support custom JSON in RemoteObject and OperationHandler | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 2.1 | ||
| Target Milestone: | 2.1 M2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
The new JSON API has moved to the public package org.eclipse.rap.json. As of 09f7c9542a5dc28d8b2b4f2ef8b73d35d7f83465, RemoteObject has a method set( String, JsonValue ) and call( String, JsonObject ). The Map types in OperationHandler have been replaced with JsonObject as well. With this change, the API in the remote package is not marked as "provsional" anymore. |