# Functions
AddDecoder registers a decoder for a given content type.
AddEncoder registers an encoder for a given content type.
Decode looks up and invokes the decoder registered for the given content type.
Encode looks up and invokes the encoder registered for the given content type.
# Variables
LatencyMs measures the latency in milliseconds for the CloudEvents generic codec data methods.
LatencyView is an OpenCensus view that shows data codec method latency.