x-stream / xstream

Serialize Java objects to XML and back again.
http://x-stream.github.io
Other
749 stars 227 forks source link

Fix AtomicReference marshalling. Closes #326 #330

Closed ablekhman closed 1 year ago

ablekhman commented 1 year ago

This fix will fix NPE when marshalling empty AtomicReference objects.

ablekhman commented 1 year ago

@joehni , Would you be able to have a look?