I'm working on this: I have some file and I insert their properties in a database, including corresponding varbinary. I do it this way: I convert it in mimedata, then I serialize them in a binaryformatter obtainining a byte array. So I insert the result in a db with sql.
So, the process that you could use to deserialize is to reverse, but, my question is, there is a faster way to do it?