Are methods also serialized along with the data members in C#?
Posted
by Shaza
on Stack Overflow
See other posts from Stack Overflow
or by Shaza
Published on 2010-05-04T18:19:13Z
Indexed on
2010/05/04
18:38 UTC
Read the original article
Hit count: 175
Hey all, The title is obvious, I need to know if methods are serialized along with object instances in C#, I know that they don't in Java but I'm a little new to C#. If they don't, do I have to put the original class with the byte stream(serialized object) in one package when sending it to another PC? Can the original class be like a DLL file?
© Stack Overflow or respective owner