Using custom payload converters

If a custom payload converter is required for an application that is neither included in the framework nor the application itself, such converters can be implemented separately using the Gateway Framework and then utilized.

For information on how to write a payload converter, please refer to how to write a payload converter.

Once the converter is implemented, a JAR file containing this converter can be placed in the classpath of the application when running it. The application configuration can be updated to include a service that uses this converter. Once the service is added, this custom converter will be instantiated and used for the service.