toStore abstract method

I toStore(
  1. T value
)

Convert the value written to the store

Implementation

I toStore(T value);