High Definition Standard Definition Theater
Video id : JVS3nux9Kzw
ImmersiveAmbientModecolor: #ddd0b9 (color 2)
Video Format : 22 (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: Opus - Normalized audio
PokeTubeEncryptID: a870f66076ec0554a239ff02fdb977fe1fd3b0391d0597e641048095774fbfdb8ae402b273945996e9956484806b633c
Proxy : eu-proxy.poketube.fun - refresh the page to change the proxy location
Date : 1715663347624 - unknown on Apple WebKit
Mystery text : SlZTM251eDlLencgaSAgbG92ICB1IGV1LXByb3h5LnBva2V0dWJlLmZ1bg==
143 : true
Serialization in .NET – BinaryFormatter Errors and How To Fix Them!
Jump to Connections
115 Views • Mar 22, 2024 • Click to toggle off description
Serializing data (to save and load it) should be easy. That’s what serialization is all about! In .NET it is really simple to serialize even quite complex networks of objects using the BinaryFormatter class. But the latest versions of .NET warn you that BinaryFormatter is insecure and suggest that you use some different type of serialization such as JSON.
It sounds easy. But it isn’t.
I’ll look at JSON in more detail in future videos. In this lesson, I want to explain what serialization is and how you can suppress the BinaryFormatter errors using the pragma:
#pragma warning disable SYSLIB0011

To follow this course, bookmark the Complete Course In Adventure Game Programming Playlist:
   • Complete Course in Adventure Game Pro...  

Huw Collingbourne is author of The Little Book Of Adventure Game Programming In C#. Available from:
* Amazon (US) amzn.to/33M6sQ4
* Amazon (UK) amzn.to/2YtaBrj

And also, The Little Java Book Of Adventure Game Programming. Available from:
* Amazon (US) amzn.to/3gizI93
* Amazon (UK) amzn.to/3mydF0e

If you are eager to get working on your own adventure game, you can download Huw’s free game-writing code libraries, BIFF (the Bitwise Interactive Fiction Framework) from:
www.bitwisebooks.com/

Facebook: www.facebook.com/CodeWithHuw
Metadata And Engagement

Views : 115
Genre: Education
Date of upload: Mar 22, 2024 ^^


Rating : 5 (0/17 LTDR)
RYD date created : 2024-03-29T10:59:34.03729Z
See in json
Tags
Connections
Nyo connections found on the description ;_; report a issue lol

YouTube Comments - 5 Comments

Top Comments of this video!! :3

@robsonfaria3882

1 month ago

OMG you just saved my life!!! Greetings from Brazil! Thank you!!

|

@GaryChike

1 month ago

Great explanation and demonstration of serialization, Huw! :face-blue-smiling:

|

Go To Top