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
When handling a deserialization exception, the decoder now avoids
throwing a NullPointerException when one of the constructor arguments
is null. Reported by Keith Massey. GitHub #164.