toCollection abstract method

List<Object> toCollection(
  1. List<T> list
)

Callback for converting internal collection data when POSTing to the API.

Implementation

List<Object> toCollection(List<T> list);