Serialization is a known concept, widely used in Java. But how to implement it in C#? Are there interfaces used?
It is possible to use a C# serialized implementation within VB.Net and vise versa? (somewhat an independent class)?
I would appreciate a simplified example that points to valuable references. (not asking for spoon feeding)
PS: Certainly the underlying need of this question would be "What is a C# serialized implementation and how to do it"?