Save Game Free - Gold Update | Input Management | Unity Asset Store

Get the Save Game Free - Gold Update package from Bayat Games and speed up your game development process. Find this & other Input Management options on the Unity Asset Store.

TDDA Book Online Serialization

As announced a few days ago, my book, Test-Driven Data Analysis, is now available for sale from all good booksellers and all sellers of good books, around the world. The book is aimed at analysts, data scientists, engineers, researchers and anyone else interested in making analytical processes more reliable, testable …

Test-Driven Data Analysis
Scriptable Sheets | Utilities Tools | Unity Asset Store

Use the Scriptable Sheets from Luna Wolf Studios LLC on your next project. Find this utility tool & more on the Unity Asset Store.

⚔️ 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