decode abstract method
T
decode(
- S databaseValue
Converts the databaseValue of type S into T
Implementation
T decode(S databaseValue);
Converts the databaseValue of type S into T
T decode(S databaseValue);