| Comment: |
The easiest way to eliminate the warning is to allow your {{FooConverter}} to also implement {{Serializable}} for now or turn off debug logging for the {{JavaTypeDescriptorRegistry}}. Given that you're dealing with an {{AttributeConverter}} here, I believe the warning is superfluous. |