Serialization - A Crash Course

preview_player
Показать описание
In this video, we take a look at an aspect of programming called Serialization - The act of taking we complicated data structure, and "flattening" it out into a string!

We inspect how it is done, and also consider some popular representations of serialized data, including JSON, YAML and XML!

= CREDIT =
NB: Outtro theme was made in-house. All rights reserved.

= 0612 TV =
0612 TV is your one stop for general geekery! Learn about a variety of technology-related subjects, including Photography, General Computing, Audio/Video Production and Image Manipulation! Enjoy your stay, and don't hesitate to drop me a comment or a personal message to my inbox =) If you like my work, don't forget to subscribe!

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

Great explanation. 7min and 40 sec of video gave me more information than I got reading the internet. Keep it up !

arjsub
Автор

The Odin Project brought me here. Excellent video, best bit of content on the subject so far

chestermartin
Автор

Nice and fresh approach to explaining the concept. I've watched some boring ones already that switched my brain off, I like your energy and style of teaching. Great work, keep it up.

paulwatkin
Автор

The best explanation of serialization I've seen on Youtube, thank you!

Mo-tcvn
Автор

very good way of explaining in depth. helped me understand how and why data transferred from ram to rom needs to go through serialization while writing and deserialization while reading.

skyFullOfStars
Автор

Bro, I love your approach for explaining these concepts in in such an understandable way. To be able to do this is a talent that many people just don't possess. Thank you!

kahuna
Автор

You literally explained to me what my teachers should have been explaining to me for a whole month now... (They still haven't.)
Thank you, friend!!

emmettofswedeland
Автор

You're real good at this. I've caught a few of your vids in the past and they always clear up any confusion.

robert
Автор

Shoutout to all my The Odin Project homies and homegirls.
Great explanation by the host, we appreciate it!

dzemilpapic
Автор

Very concise, direct, and informative. I originally was searching for what pickling is
in Python. You made serialization so easy to understand, that I was
able to extract the info and relate it to the Python pickle function even
though you did not even mention it. Excellent job!

ballafolife
Автор

Excellent video, the pace was perfect, not too slow but still explaining everything you need to know to understand the basic idea behind serialization. Will be checking out your other stuff!

knowknows
Автор

The year is 2019 and you are still legit my friend.Thank you for the clear explanation, subscribe and thumbs up from me.

sotchol
Автор

This is the best serialization explanation on the Internet.

sebastienthuillier
Автор

Absolutely helpful. Couldn't wrap my mind on what was "converting object into byte stream" until now

averagehuman
Автор

Been workling in Programming for 2 years and this is the first time someone actually explained it to me in a sense that I can understand it.

SonsofOdin
Автор

This helps quite a lot. I wish more videos would explain what a thing is instead of just how to implement it. After watching this I have a much better understanding of why reading from a json requires serializable and I'm starting to get a better handle on how I'm going to be able to make that data available to other methods in my c#/unity project.

michaelsander
Автор

It's 2023 and still this video is a gem, appreciate the efforts man!!

kapilchoudhary
Автор

I needed it for a project I'm building. Thanks for clearing the concept in such a simple way. I really appreciate it. Cheers.

SayanMondal
Автор

This is amazing. Thank you for making this video! It wraps everything up very nicely and succinctly :)

PouchyPouch
Автор

Thank you! Many people make things more complicated when explaining, because they focus too much on 'what', but you sir, explained the 'how'. Thanks again, helped me a lot.

xxsilentxxxx