encode abstract method

TStore encode(
  1. T value
)

Encodes a value of type T to the storage type TStore.

Implementation

TStore encode(T value);