2
Answers

Novice Question - Generic Class Writing and Reading Files

Ask a question
Administrator

Administrator

21y
1.3k
1
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)