encodeWith<V> abstract method

V encodeWith<V>(
  1. Encoder<V> encoder
)

Implementation

V encodeWith<V>(Encoder<V> encoder);