Serializing and Assembly

  • Thread starter Thread starter Francisco Araujo
  • Start date Start date
F

Francisco Araujo

It is possible to serialize an assembly and then get it back thru
deserialization?

my idea is to keep it in a database and then restore it when it is required,
but i cannot get it working, i got an error on deserialization because it
said that state is invalid or incomplete.

Please, can anybody help me. Thanks.
 
You should be able to store the binary file in a database the same way you
would an image or other large file.Serialization shouldn't be necessary.
 
Back
Top