Static
INSTANCEStatic
URNDecode an element from an incoming stream of bytes.
a reader that interfaces the coder with the input byte stream
the context within which the element should be encoded
Encode an element into a stream of bytes.
an element within a PCollection
a writer that interfaces the coder with the output byte stream.
the context within which the element should be encoded.
Generated using TypeDoc
This is the base interface for coders, which are responsible in Apache Beam to encode and decode elements of a PCollection.