When a payload is converted to/from a jwt Then a new ObjectMapper is constructed in [Serdes](https://github.com/RootServices/jwt/blob/development/src/main/java/org/rootservices/jwt/serialization/Serdes.java) Reuse existing ObjectMappers so future calls will use one that was already constructed. Consider using ObjectReader and ObjectWriter as well.
When a payload is converted to/from a jwt
Then a new ObjectMapper is constructed in Serdes
Reuse existing ObjectMappers so future calls will use one that was already constructed.
Consider using ObjectReader and ObjectWriter as well.