size abstract method

int size(
  1. T input
)
inherited

Returns the serialized byte length of input.

Implementation

int size(final T input);