I'm not sure if this is the right channel; if not ...
# compiler
j
I'm not sure if this is the right channel; if not please refer me to where I should ask this question. I have a value class that wraps a
ByteArray
called
Payload
. I would like to expose a stream of
Payload
using Flows. From my understanding my value class will be replaced with a full-blown class at runtime when used within a Flow, so I'm not getting any any benefits of using a value class, correct?
👌 3