deserialize abstract method

I deserialize(
  1. O value
)

Function that converts from type O to type I

Implementation

I deserialize(O value);