serialize abstract method

O serialize(
  1. I value
)

Function that converts from type I to type O

Implementation

O serialize(I value);