G
Guest
I store a serialized object in db as binary data. I want to read it and write
it to a byte array (byte[] xxx). I saw examples in forums, but all of them
write the data to a file on local drive. I want to read all the bytes and
serialize them to get the object without creating a file and writing data
into that file. How can i do that?
Thanks...
it to a byte array (byte[] xxx). I saw examples in forums, but all of them
write the data to a file on local drive. I want to read all the bytes and
serialize them to get the object without creating a file and writing data
into that file. How can i do that?
Thanks...