Skip to Content
Understanding Compression
book

Understanding Compression

by Colt McAnlis, Aleks Haecky
July 2016
Intermediate to advanced
242 pages
5h 51m
English
O'Reilly Media, Inc.
Content preview from Understanding Compression

Chapter 13. Serialized Data

Next to image data, serialized content is the second most common data format you’ll be sending around in your networked applications. And even though the lowest-hanging data compression fruit will clearly come from image data, it’s equally important to take a hard look at serialized content.

What do we mean by “serialized”? Serialization is the process of taking a high-level data object and converting it to a binary string (the inverse is deserialization). This transform can be applied to a plethora of different data types, but it’s most accurate when describing the conversion from an in-memory structure or class to a file or memory binary large object (BLOB) to send over a network.

This particular use case dominates the mountain of data transfers we see from modern mobile and web applications. Consider your favorite social media app. When you load it for the first time, a flurry of serialized data is passed between the client and the server in order to show you the right information on the screen. And this continues as you receive updates, news, and messages. When you post your own updated status, this input has to go into memory, be serialized to a format, uploaded to the server, which will deserialize it, add it to its database, and then serialize it again in order to send updates to all of your friends.

Although images take up the bulk of your data compression footprint by size, serialized content makes up for it in volume.

This means that performance ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Building Micro-Frontends

Building Micro-Frontends

Luca Mezzalira
Learning React, 2nd Edition

Learning React, 2nd Edition

Alex Banks, Eve Porcello
Tailwind CSS

Tailwind CSS

Ivaylo Gerchev
HTTP/2 in Action

HTTP/2 in Action

Barry Pollard

Publisher Resources

ISBN: 9781491961520Errata Page