The grumpy serialisation format
The grumpy serialisation format
Msgpack23 – A modern, header-only C++ library for MessagePack (de)serialization
https://github.com/rwindegger/msgpack23
#HackerNews #Msgpack23 #MessagePack #C++ #Serialization #HeaderOnlyLibrary
Hexi, modern header-only network binary serialisation for C++ hackers
https://github.com/EmberEmu/Hexi
#HackerNews #Hexi #C++ #Serialization #Network #Binary #HackerNews #EmberEmu
A numeric field in a web API request can be changed to a string without breaking existing REST clients
https://www.damirscorner.com/blog/posts/20250228-ApiCompatibleDataTypeChange.html
Kotlin Serialization 1.8.0 has been released!
Announcing JDeck, a small System.Text.Json F# wrapper for manual decoding in those cases where the automatic nature of the built-in serializer from the dotnet base class library is not enough!
Team ReadWriteWeb attends SXSW 2011 in Austin. We host a BBQ for our sponsors, I meet Sarah and Seamus for the first time, and the RWW management team addresses writer concerns. (part 057 of my Web 2.0 memoir) https://cybercultural.com/p/057-sxsw-2011/ #InternetHistory #Web20 #Serialization
For the F# code of today, let's wrap a websocket connection in an IObservable<T> Personally, I don't like fire and forget async things, but I kind of wanted just to get it out I'll figure out later when I clearly need to change this, and I won't be able
As we continue to grow ReadWriteWeb over the second half of 2010, I struggle with our inability to hire US writers full-time because it’s a non-US company. This creates unease amongst our bloggers. https://cybercultural.com/p/055-rww-expansion-2010/ (part 055 of my serialized Web 2.0 memoir) #InternetHistory #Serialization
On the first anniversary of launching my serialized book, I reflect on what I've learned — including the pros and cons of my pivot from Substack newsletter to indie website. https://cybercultural.com/p/online-serialization-thoughts/ #Serialization #InternetHistory #IndieWebsites
Pythonistas, any recommendation of serialization library to convert objects to dicts an vice-versa? I've used Marshmallow for many years, but wondering if there is something else out there that I am missing.
(Not to/from JSON, but dicts)
My trip to San Francisco for the Web 2.0 Summit in October 2009 is memorable mainly for my discussions with Sean Ammirati, soon to become RWW’s new chief operating officer. (part 044 of my Web 2.0 memoir — paperback book coming soon!) https://cybercultural.com/p/044-web20-summit-2009/ #InternetHistory #Web20 #Serialization
Rust's serde should really support default literals!
Read more: https://serde.rs/attr-default.html
Tracking issue: https://github.com/serde-rs/serde/issues/368
On the other hand, I atleast got finally arround to clean up the serializer a bit / refactored parts of the json mapper so it can hopefully be easier reused with other formats. (All while sweating on the 7th floor, send icecream lol)
In July 2009, we begin planning our first in-person event: the ReadWrite Real-Time Web Summit. Also, my personal life receives a boost — but, it’s complicated. (part 041 of my Web 2.0 memoir) https://cybercultural.com/p/041-readwriteweb-event-planning-2009/ #InternetHistory #Web20 #Serialization
ReadWriteWeb begins 2009 by adding several vertical subsites, including ReadWriteStart. Meanwhile, I travel back to Silicon Valley for ETech and a visit to the Googleplex. https://cybercultural.com/p/037-googleplex-2009-rww-channels/ #InternetHistory #Web20 #2009 #Serialization
New, ergonomic #serialization package that works with System.Text.Json and ahead-of-time (AOT) compilation.
So, I finally built a gem:
https://github.com/spellbook-technology/transmutation
It's a lightweight JSON serialization toolkit with opinionated serializer lookup logic.
It took a lot of inspiration from Active Model Serializers, which has been dead in the water for quite a few years now.
I've run some basic benchmarks and it outperforms all popular alternatives here: https://www.ruby-toolbox.com/categories/API_Builders
See https://github.com/spellbook-technology/transmutation-benchmarks