Novice Question - Generic Class Writing and Reading Files
Is there a class in C# to write or read binary information to/from files that would accept anything (a struct, for instance) as a parameter to write/read, regardless of its type ? BinaryWriter/BinaryReader just do not do what I need.