decode abstract method

T decode(
  1. S databaseValue
)

Converts the databaseValue of type S into T

Implementation

T decode(S databaseValue);