H
Henry Jones
I read a bit on Serialization and came up with the following definition:
The System.Runtime.Serialization namespace contains classes that can be used
for serializing and deserializing objects. Serialization is the process of
converting an object or a graph of objects into a linear sequence of bytes
for either storage or transmission to another location. Deserialization is
the process of taking in stored information and recreating objects from it.
My question is why would someone want to do this? In doing some more
investigation, I understand you can an array list, or a TreeView. Can't you
just create the same thing in a new class or on another form by doing a new
query? Is it such a big deal?
Please help me figure out what I am missing by all this.
Thanks
The System.Runtime.Serialization namespace contains classes that can be used
for serializing and deserializing objects. Serialization is the process of
converting an object or a graph of objects into a linear sequence of bytes
for either storage or transmission to another location. Deserialization is
the process of taking in stored information and recreating objects from it.
My question is why would someone want to do this? In doing some more
investigation, I understand you can an array list, or a TreeView. Can't you
just create the same thing in a new class or on another form by doing a new
query? Is it such a big deal?
Please help me figure out what I am missing by all this.
Thanks