fromString abstract method

T fromString(
  1. String jsonString
)

Restore an object from a JSON string. Implemented by child classes.

Implementation

T fromString(String jsonString);