Explore >> Select a destination


You are here

inside.java
| | sigpwned.com
4.7 parsecs away

Travel
| | While there are many examples of Jackson serialization to JSON, there are comparatively few resources of Jackson serialization to CSV. Following is an example of working with a TSV-formatted dataset from the ground up, starting with creating the model object, building code samples for parsing CSV to Java objects using Jackson, writing Java objects to
| | www.stackchief.com
2.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.
| | y4y.space
4.6 parsecs away

Travel
| | Preface I finally got my shit together and decided to sit down and learn Java deserialization. So, I decided it'd be the best way to learn by analyzing the PoCs online, and ysoserial just happens to be one. I will probably analyze all the CommonCollections gadgets first, then move onto the rests. This is how...
| | conradakunga.com
24.6 parsecs away

Travel
| This is Part 8 of a series on dependency injection.