unmarshall method

  1. @Deprecated('use "unmarshal" instead.')
T unmarshall(
  1. S data
)

Provided temporarily for compatibility reasons. See unmarshal.

Implementation

@Deprecated('use "unmarshal" instead.')
T unmarshall(S data) => unmarshal(data);