fromData abstract method

T fromData(
  1. Object value
)

Recreates an object from the given data representation.

If the value is not of the expected type, this must throw an UnexpectedTypeException.

Implementation

T fromData(Object value);