⚔️ Backend Serialization — JSON, Pickle Opcodes & The Universal Type Fallacy (2026)
Serialization bridges hardware and language divides, but are your current
⚔️ Backend Serialization — JSON, Pickle Opcodes & The Universal Type Fallacy (2026)
Serialization bridges hardware and language divides, but are your current
Loader Object: Simplified Data Management #Datamanagement #Json #Unity #Scriptableobjects #Performance #Decoupling #Serialization #AssetStore
https://u3dn.com/packages/loader-object-simplified-data-management-229331
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…
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.
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
TNet 3: Unity Networking and Serialization Tools #Unity #Networking #Serialization #Multiplayer #Modding #C #AssetStore
https://u3dn.com/packages/tnet-3-unity-networking-and-serialization-tools-56798
🚀 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
💨 Replacing Protobuf with Rust to go 5 times faster
https://pgdog.dev/blog/replace-protobuf-with-rust
#speed #software #programming #development #rust #protobuf #serialization
How to Stop JSON stringify From Losing Dates
Dates become strings and lose timezone data.
