14:41
Reading/Writing structs to files (aka Serialization)
Check out our Discord server: https://discord.gg/NFxT8NY.
13:49
BINARY vs TEXT File Serialization
To try everything Brilliant has to offer—free—for a full 30 days, visit https://brilliant.org/TheCherno . You'll also get 20% off an ...
51:17
Serialising/Deserialising Structured Memory To Disk, AKA Savin' Stuff
In this tedious and long video, I talk about an easy to use file format that's great for serilizing and deserializing data, i.e. Saving ...
37:32
GopherCon 2017: Creating a Custom Serialization Format - Scott Mansfield
Many people use serialization formats for their service communication without knowing how things work underneath.
6:22
Practical Serialization In Go: Custom Serialization
There are many different ways/formats to serialize our data. For this reason, we must be sure that our program can read the data ...
16:16
C++ Custom std::streambuf for Packet Optimization [Reflective Serialization]
Part of a series on a bunch of topics, mainly intended to (eventually) share some ideas about serialization and reflection in C++.
8:20
Binary Serialization and Pixel Art in C and OpenGL | Game Engineering
Discussing "Binary Serialization" and demonstrating its use in a small, custom pixel art editor using C and OpenGL. Be sure to like ...
5:00
Serialization formats: JSON and Protobuf
When programs want to send data between each other, they have to make it available in a commonly understood format.
11:09
wxWidgets: Using the Visitor Pattern for Serializing Class Hierarchies in C++
Unlock the secrets of serializing class hierarchies in C++ and wxWidgets with this tutorial. Dive into the challenges of direct ...
14:51
C# Custom Serialization | Serialization and Deserialization | Part 4
Custom serialization using the IFormatter interface allows us to create our own serialize and deserialization logic. Learn how to do ...
23:32
Serialization #5 - Serialization Writer Basics
Source Code ▻ https://www.patreon.com/thecherno Twitter ▻ http://www.twitter.com/thecherno Slack ...
14:47
Using JSON IN C#! Serialization & Deserialization made easy!
Learn how to Serialize and Deserialize JSON in C# with this short video! C# Progress Academy - Become a senior C# ...
10:40
Serialize Reference, Serialize Field, Serializable and Scene Serialization in Unity | Unity Tutorial
Game Development Beyond the Basics
Learn about the newish SerializeReference attribute in Unity, as well as the ins-and-outs of the SerializeField and Serializable ...
1:11:53
Custom serialization/deserialization text format for C structs
How to save complex struct data into custom text-based format (for studying purposes). How to scan data-formatted strings to ...
17:44
Serializer Fields | Core Arguments | Custom Serializer Field in Django Rest Framework
In this Video We will learn about Serializer field, core arguments that django rest framework provides and also will make our own ...
8:14
Serialization - A Crash Course
In this video, we take a look at an aspect of programming called Serialization - The act of taking we complicated data structure, ...
50:43
Binary Object Serialization with Data Structure Traversal & Reconstruction in Cpp - Chris Ryan
https://cppcon.org/ --- Binary Object Serialization with Data Structure Traversal & Reconstruction in C++ - Chris Ryan - CppCon ...
57:12
Reading Binary Data with Style: A Serialization Framework for C++17 - Tony Wasserka - CppCon 2019
http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...
42:30
Serialization and Deserialization in C# using System.Text.Json | Complete Course
Serialization and Deserialization in C# is used to convert the C# object to json string and Json string to c# object. Serialization is ...