Nuacht

A serializer for Java objects that fits specific requirements, currently proof of concept. Can serialize in both JSON and XML - NDMcCa/Java-Object-Serializer ...
LazySerializer A small library to easily serialize or deserialize an object in an XML file.
Java object serialization is a feature of the JDK that is far too often overlooked. When a developer puts together a prototype or cooks up a proof of concept, simply saving a serialized Java object to ...
Learn how to serialize and deserialize enums in Java, the pros and cons of different approaches, and the best practices for doing it right.