VSSJSONRequest Class Reference

Inherits from VSSRequestExtended : VSSRequest
Declared in VSSJSONRequest.h

Overview

Class which manages the JSON-based requests. Takes care about the serialization/deserialization and proper content-type header.

– setRequestBodyWithObject:

Serializes the given object to the request data.

- (void)setRequestBodyWithObject:(NSObject *__nonnull)candidate

Parameters

candidate

Object to be serialized to the request body.

Declared In

VSSJSONRequest.h