RawStringTranscoder and RawJsonTranscoder

I found that RawJsonTranscoder can work with bytes arrays. Which can be useful for optimization. But RawStringTranscoder doesn’t have the same feature. And we get non-optimized behaviour.

  1. Some kind of generator for a string as a byte array.
  2. Creating string from bytes.
  3. Calling RawStringTranscoder.
  4. RawStringTranscoder copy-paste the string into a new byte array.

Hi @Ramirag thanks for the feedback. I hope its your observation you wanted to share ?

1 Like

Yes. But maybe there is some cause to do it, maybe it is just a flaw.