toData abstract method

Object toData(
  1. T value
)

Returns the data representation of the object.

Implementation

Object toData(T value);