#include "tensorstore/codec_spec.h"
template <typename Sink>
friend void
tensorstore::CodecSpec::AbslStringify(Sinksink,
                                      
const CodecSpeccodec);

Writes the JSON representation of codec to sink.

Parameters:
Sink &sink

Output sink.

const CodecSpec &codec

Codec to write, may be null.