-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
12.0.0.Final
-
None
Document how to read/write primitives via REST.
E.g.:
Send an integer literal with
Content-type: application/x-java-object;type=java.lang.Integer
or a JSON with type
{"_type": "int32","_value": 123}