Examine whether the JWTClaimsSet.Builder.serializeNullClaims gets applied to custom claims
Issue #584
new
return new JWTClaimsSet.Builder()
.claim("abc", null)
.serializeNullClaims(false)
.build();