Object ByteArray Converter






2.59/5 (23 votes)
Jun 18, 2004

107526

1836
this dll help users to convert between any object and byte array which will be very useful when using to insert objects into a DataBase
Introduction
this dll help users to convert between any object and byte array which will be very useful when using to insert objects into a DataBase.(specialy images)
it contain two main methods
ObjectToByteArray:
which accept an object and return array of bytes .
ByteArrayToObject:
which accept an array of bytes and return object.
why I make this dll?
I need in a project on automatic exam system in my work (Scientific calculation Center,Mansoura University,Egypt) to insert into database an custum object of exam data.
I'm sure that I can find a solution to this problem by add Exam Details table to my dataBase
but I hope to use the first strategy ,So I make it.
keywords
Database,converter,image,byte array