Adding Object Parameters

When making a PUT or POST request, you will need to provide a serialized object as part of the request; that is, the object to be PUT at the existing resource or POSTed to the new resource.

The format in which to serialize the object will vary, depending on the requirements of the API. As such, the JadeRestRequest class provides a variety of serialization formats. For details, see the following subsections.