Crell/Serde 1.5 has been released, now with support for union, intersection, and compound types!
Full details on the blog:
https://www.garfieldtech.com/blog/serde-15
Thanks to my employer, MakersHub, for sponsoring these improvements.
Crell/Serde 1.5 has been released, now with support for union, intersection, and compound types!
Full details on the blog:
https://www.garfieldtech.com/blog/serde-15
Thanks to my employer, MakersHub, for sponsoring these improvements.
Сериализация в Unity: известные атрибуты и их проблемы
Любой Unity-разработчик знаком с атрибутом [SerializeField] , который позволяет сериализовывать непубличные члены класса и, соответственно, отображать их в инспекторе. Но, в силу его ограниченности, позже начали появляться и другие способы сериализации. Попробую кратко рассказать, какие альтернативы используются, зачем все они нужны, как работают и, о чём не любят писать в кликбейтных постах, какие подводные камни могут скрывать.
Seems a first step is almost done, adding #JSON support to my #poser lib. This could be the foundation for #JWT support in #swad.
Need to do more thorough testing I guess, but at least the two example documents from #rfc8259 work fine ... the test tool does a full #deserialization / #serialization roundtrip (with specific internal representations of the data types supported by JSON).
edit: Look at the "Longitude" value of the second object in the second example I only noticed myself right now, but of course that's the desired behavior.
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