Explore >> Select a destination


You are here

alexn.org
| | robotlibrarian.billdueber.com
18.7 parsecs away

Travel
| |
| | kevinmontrose.com
17.7 parsecs away

Travel
| | Jil, a fast JSON serializer/deserializer for .NET, has hit 2.x! It's gained a lot more perf work, some improved functionality, and dynamic serialization. What's Dynamic Serialization? Jil has always supportedstatic serialization via a generic type parameter. This would serializeexactly the provided type; things like inheritance, System.Object members, and the DLR were unsupported. In .NET there...
| | nodogmablog.bryanhogan.net
12.5 parsecs away

Travel
| | If you serialize an already serialized string, the serializer will replace double quotes with \\u0022. Here is a way to get back the familiar \\".
| | mydeveloperplanet.com
39.7 parsecs away

Travel
| In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend. The application itself will not be created, only the setup of the project is covered in this blog. Enjoy! 1. Introduction Many applications consist out of a backend and a...