You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well on my defense I started implementing eminim as a marshal replacement. It was later called a JSON serialization library because "marshal replacement" seemed to restrictive/unknown. Add more warnings about the limitations of direct serializers and also a reference to https://einarwh.wordpress.com/2020/05/08/on-the-complexity-of-json-serialization/
The text was updated successfully, but these errors were encountered:
Counter solution. Explain to people that they need to use serializers that preserve keys order. Luckily there is this article. In std/json that's the default.
Well on my defense I started implementing
eminim
as amarshal
replacement. It was later called a JSON serialization library because "marshal replacement" seemed to restrictive/unknown. Add more warnings about the limitations of direct serializers and also a reference to https://einarwh.wordpress.com/2020/05/08/on-the-complexity-of-json-serialization/The text was updated successfully, but these errors were encountered: