hello all,
Can someone please give me any idea or links to samples
on how to use the "SerializeResource" method of
the "CodeDomSerializer" class. The documentation does not
have a sample or enough explanation on this.
As far as i have read the documentation CodeDomSerializer
serializes an object graph to a set of CodeDom statements.
How are these CodeDomStatements actually converted to the
actual initiatlization code (which is language specific)
generated as a result of the deserialization ????? means
how exactly it works ??????
thanks in advance.
vim.
|