You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)