Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
143 views
in Technique[技术] by (71.8m points)

Deserialize a binary file to an object in c#

I have a binary file with fixed structure. It contains a lot of information, the file is structured for example like this:

NAME SIZE IN BITS TYPE
Index 32 Uint32
Part_1 3200 Object
Part_2 292290 Object
Footer 8 Bool
question from:https://stackoverflow.com/questions/65837407/deserialize-a-binary-file-to-an-object-in-c-sharp

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...