You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to generate it accepting a byte[] instead?
The issue I am having specifically is that I store pixel data.
Generating a List out of my pixel byte arrays just doubles the required memory for this conversion.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am generating byte arrays, and the schemas contain
But the resulting (Object API) on the C# side is a List:
Is there a way to generate it accepting a
byte[]
instead?The issue I am having specifically is that I store pixel data.
Generating a List out of my pixel byte arrays just doubles the required memory for this conversion.
Beta Was this translation helpful? Give feedback.
All reactions