Skip to content

javobj-py3 0.3.0

Compare
Choose a tag to compare
@tcalmant tcalmant released this 26 Apr 13:30
· 111 commits to master since this release
  • Added support for custom post-loading operations on JavaObject returned by the DefaultObjectTransformer
    (if the returned object implements an __extra_loading__(self, unmarshaller, ident=0) method)
  • Added support for primitive classes (Boolean, Integer, Long), thanks to @qistoph (#27)
  • Added support for HashSet, LinkedHashSet and TreeSet (#25)
  • Added support for java.time types (#15)
  • Better handling of unicode strings (#26): all loaded java.lang.String objects are now unicode
  • Added support for Java's modified UTFG-8, thanks to @guywithface (#24)
  • Fixed handling of char arrays (see #16 and PR #21 by @moriyoshi)