YaGson v0.1 Release Notes

Release Date: 2016-10-30 // over 7 years ago
  • ๐Ÿ†• New features:

    • (almost) arbitrary objects serialization, with no need for custom adapters, annotations or any changes of the classes;
    • preserves exact types during mapping;
    • preserves Collections/Maps behavior, including custom Comparators;
    • serializes self-referenced objects, including collections, maps and arrays;
    • serializes inner, local and anonymous classes;
    • ๐Ÿ‘Œ support for mixed-type collections, maps and arrays;
    • ๐Ÿ‘Œ support for non-unique field names, when a field is "overridden" in sub-classes;

    Known issues:

    • ๐Ÿ‘ no Java 8 support yet ;
    • incorrect serialization of some Iterators