Introduction to Serialization

preview_player
Показать описание


-------------------------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

Serialization in c++ tutorial would be appreciated

shadowleague
Автор

Great explanation. I've been using serialization in web programming for sending html form data to a server over POST requests and I never had an idea what was actually happening behind the scenes.

esdev
Автор

Hey Cherno, you mentioned potentially writing a serializer in C++, and I think it would be a good lesson to write that library, and show your viewers how to integrate it into the Java game project. Just a thought. Keep up the great work man.

wedgebeard
Автор

Thank you for this. Would be great if you introduce Serialisation into the c++ series. Then we can have a head to head comparison of the two and also learn it low level style.

remmyrambrandt
Автор

Thanks i learned coding from you. Now I am digging deep into the core workings.

mabroorahmad
Автор

Vary cool even tho I'm not a Java guy. keep up the good work!

matthew
Автор

I would love this your fresh opinion on this topic. Is there a better way of doing this, espesially in c++? Anyway great video! Helped me a lot with my networking stuff.

michamarzec
Автор

Great video, can't wait to get stuck in! Keep em coming.

OpticRedrum
Автор

Freaking thank you thank you thank you Cherno!!
I found a ton of tutorials, easy.
... But why/when???
Cherno to the rescue

matt-g-recovers
Автор

Lol, I read the title as sterilization. I even heard it that way for a good part of the video and it had me confused. haha. Great video though!

caleblimb
Автор

plus, when reading a text file, you must decode it from utf 8 for example.

guy
Автор

Sorry for my ignorance, but why don't you use just serializable interface that java provides?

FatihErdemKzlkaya
Автор

In other words, use C++ if you're making a serious application for a company? Can you go any deeper in on this? I only know Java proficiently. Anything else I should look into besides C++ when working with Serialization? Thank you, liked.

benjass
Автор

Why not use java's serialization methods?

idiomcoder
Автор

I know this is unrelated but I am having trouble including the glew library in a c++ dll. Could any of you send me any resources for developing a c++ dll

jackmain
Автор

Curious, does he get into Huffman encoding?

cghambone
Автор

Good but a bit confusing don't you think?

higiniofuentes
Автор

Great video, but can you take a bigger pen size ?

SolocovGE
Автор

Haha. My level creator on my game just uses text and numbers together...

theajayyy
Автор

serialization is difficult in Java? That's probably big news for the Java dev community.

scottanderson