size abstract method

int size(
  1. T input
)

Returns the serialized byte length of input.

Implementation

int size(final T input);