Are methods also serialized along with the data members in .NET?

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/05 6:08 UTC
Read the original article Hit count: 157

Filed under:
|
|

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

Related posts about c#

Related posts about serialization