protected abstract fun deserializeSingleMetric(value: Any?): ScalarType?
(source)
Implementor's provided function to convert deserialized 'user' lifetime data to the destination ScalarType.
value
- loaded from the storage as Any
Return
data as ScalarType or null if deserialization failed