Skip to content

Releases: Elytrium/java-serializer

Release 1.1.1

22 Oct 14:02
Compare
Choose a tag to compare
  • Call unsetTempRestoreNewLine on every block start (Bug fix: "New line found in nodeName in List->Serializable->Map")
  • Use Type instead of Class<?> in ClassSerializer (Bug fix: "Collection/Map in serializers causes keyType to be 'E'")
  • Convert relative paths to absolute (Bug fix: "Parent is null")
  • Ability to set serializablePath in AbstractSerializable (New feature)

Release 1.1.0

02 Sep 22:52
Compare
Choose a tag to compare
  • YamlStringStyle annotation, string style memory in YAML; multiple multiline strings fixes
  • Ability to set comments directly on AbstractSerializable
  • Fixed deserializing null String object
  • Fixed reading comments in some parts of maps and collections
  • Fixed empty new line got in serializable objects
  • Ability to (de-)serialize Set/Queue and custom Map/Collection types via annotation or field declaration
  • Improved placeholder replacer for custom holders and Collection entries