Jax-RS app with Payara server dosen’t serialize Color via custom Serializer
I’m developing JAX-RS based application and Payara server. I want to serialize build in java Color class to String format: color
= "RcolorValu, GColorValue, BColor
value”. For example in form "255,255,255"
. That’s why I’ve written custom serializer: