Can we add an option to `asJSON` for `bytes` to force the bytes fields to consistently come out as Node Buffers? The issue is that the GRPC code expects buffers but sometimes gets `[]` due to the `defaults` option.
Can we add an option to
asJSONforbytesto force the bytes fields to consistently come out as Node Buffers?The issue is that the GRPC code expects buffers but sometimes gets
[]due to thedefaultsoption.