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
Methods aren't serialized.
I don't know about your scenario, but putting in a library (assembly / dll) and using that in the other end to deserialize gets you all.
Ps. you probably should create some ask some more questions with the factors involved in your scenario. If you are intending to dynamically send & run the code, you can create awful security consequences.