parse<T> method

T parse<T>()

Implementation

T parse<T>() {
  return data as T;
}