Explore >> Select a destination


You are here

sigpwned.com
| | www.stackchief.com
4.3 parsecs away

Travel
| | Java serialization in depth including what is serialization, why we need serialization in Java, how it works, the serializable interface, problems with serialization and examples.
| | inside.java
4.0 parsecs away

Travel
| | While the concept of serialization is quite simple, it often gets complicated very quickly given the various customizations that can be applied. For records we wanted to keep things as simple and straightforward as possible...
| | ryanharter.com
4.3 parsecs away

Travel
| | In my last article, I gave a basic introduction to AutoValue, the code generating annotation processor that makes immutable value types in Java easy. Now I'd like to take a bit of a deeper look at AutoValue and how it works. Compile Time Annotation Processing First things first, AutoValue is a compile time annotation processor. This means that it only runs when you compile your code, as opposed to when your app is running.
| | brucelawson.co.uk
13.5 parsecs away

Travel
| [AI summary] The article discusses the challenges of styling definition lists to resemble tables and presents a solution using divs and floating elements.