Awesome just the answer I was looking for. I create my byte array, convert my data to it, then write it. The issue i'm having now is retrieving it. I'm going to try as you said and store it in a field for reconstruction.
Â
Figure it out. I was saving an array of classes and its properties too. I serialized it but needed to deserialize it and cast it to and object. After that I can assign it to the array with the correct properties. I think defining the length of the array helped too. But so did you guys! Thanks you can mark this one as answered.