⚔️ Backend Serialization — JSON, Pickle Opcodes & The Universal Type Fallacy (2026)

Serialization bridges hardware and language divides, but are your current

Read more: https://logicandlegacy.blogspot.com/2026/05/backend-serialization-json-pickle.html?utm_source=mastodon&utm_medium=social&utm_campaign=dharma_engine

#serialization #deserialization #endianness

Backend Serialization — JSON, Pickle Opcodes & The Universal Type Fallacy (2026)

Master Python serialization architecture. Learn why you cannot send memory across a network, the fallacy of universal types, and how Pickle's Stack

Loader Object | Utilities Tools | Unity Asset Store

Use the Loader Object from The BlindEye on your next project. Find this utility tool & more on the Unity Asset Store.

People keep reinventing serialisation, generally badly. A year ago I proposed my own as a joke:

https://wiesmann.codiferes.net/wordpress/archives/38143

What I find fascinating, is that I keep seing proposals which are probably worse…

#serisalisation #json #cbor #serialization

The grumpy serialisation format

Every few years we reinvent data serialisation. CDR (CORBA) replaced EDI, and was replaced by XML, and now, clearly JSON is the solution, while ASN.1 still lurks in the shadows. And then it stuck m…

Thias の blog
🚀 Ah, the ever-elusive paradise of Rust's ecosystem: a place where adding a new #serialization library is akin to asking developers to rewrite the Ten Commandments every time. 😅 Who needs coherence when you've got Rust's chaotic serialization library jamboree, right? 🎉
https://www.boxyuwu.blog/posts/an-incoherent-rust/ #Rust #Ecosystem #Chaos #Developer #Humor #HackerNews #ngated
An Incoherent Rust

Coherence and the orphan rules are a frequent source of complaints about Rust, and a common topic of language proposals. This post covers most of the existing proposals around coherence and my vision for how we should solve coherence once and for all.

What's a good #format to serialize simple structured #data in an efficient way?

I'm thinking about some binary #XML encoding. Also, #ASN.1 because it natively uses integers, not just strings. Is the packed representation (PER) widely supported?

The data will be a bunch of interleaved time series streams, so variable field lengths could be a big win.

Is there a format for stuff like that?

#Matroska's EBML? Only I'd have to hack the schema in.

#mkv #serialization #formats

Part 16 of Modernizing .NET is out! 🛡️

Today we’re ditching the obsolete BinaryFormatter in favor of the fast and secure protobuf-net.

🚀 7x faster 📉 3x smaller ✅ Fully safe for modern .NET

https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-16-replacing-binaryformatter-with-protobuf-net-for-speed-and-security-f5cc5db8055a
#dotnet #dotnetcore #dotnet8 #dotnet9 #dotnet10 #aspnet #aspnetcore #csharp #programming #serialization #protobuf

🛡️ Modernizing .NET — Part 16: Replacing BinaryFormatter with protobuf-net for Speed and Security

Learn how to eliminate the risks of BinaryFormatter by migrating to protobuf-net. Boost performance by 7x and reduce size by 3x.

Medium

🚀 Lodum v0.3.0 is here! 🐍✨

Lodum is high-performance serialization for Python (think Rust's serde). This release focuses on the future of Python in the browser:

✅ Robust WASM concurrency support (via Pyodide)
✅ Unified threading/locking API for Native + Browser
✅ Native NumPy/Pandas support
✅ Live in-browser demo!

Try it out now with zero installation:
https://webmaven.github.io/lodum/latest/demo/

#Python #WASM #Pyodide #OpenSource #DataScience #Serialization #Analytics

Interactive Demo - lodum

High-performance Python serialization (AKA serde for Python).

Replacing Protobuf with Rust to go 5 times faster

PgDog

How to Stop JSON stringify From Losing Dates

Dates become strings and lose timezone data.

#javascript #json #dates #bug #howto #serialization

https://www.youtube.com/watch?v=ZcJTgi1ZA9I

How to Stop JSON stringify From Losing Dates #serialization

YouTube