Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

Novice Question - Generic Class Writing and Reading Files

Mar 6 2003 8:57 PM
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.

Answers (2)