It would be better to say something along the lines: We are relying on the fact that there is a generic `CoderProvider` that is able to provide a coder for any `Serializable`. In general there are two ways in which a coder for the accumulator type is provided: * It can be provided by the default CoderRegistry. See the CoderRegistry for the numerous ways in which to bind a type to a coder. * The `getAccumulatorCoder` method is overridden and provides the coder.
[ Full content available at: https://github.com/apache/beam/pull/6439 ] This message was relayed via gitbox.apache.org for [email protected]
