Hi, how can I set a custom serializer for an internal class that extends a public interface ? And is there a way to set the serializer automatically without setting it for each properties in my classes of that type ? I've seen that I can use Serializers Modules but I don't understand how to properly use this 🤔