encode abstract method
TStore
encode(
- T value
Encodes a value of type T
to the storage type TStore
.
Implementation
TStore encode(T value);
Encodes a value of type T
to the storage type TStore
.
TStore encode(T value);