parseList

inline fun <T> MarshallingService.parseList(input: String): List<T>

Deserializes the input into a list of instances of T.

Return

A new list of T.

Parameters

input

The input string to deserialize.