#include "tensorstore/codec_spec.h" template <typename Sink>friend voidtensorstore::CodecSpec::AbslStringify(Sink& sink, const CodecSpec& codec); Writes the JSON representation of codec to sink. Parameters:¶ Sink &sink¶Output sink. const CodecSpec &codec¶Codec to write, may be null.