Configuration class for setting up a server connection.
Provides access to the current JSON serialization and deserialization configuration.
The port number on which the server will listen to. Defaults to 8080;
Appends the specified serializers module to the existing JSON configuration. This method allows dynamic addition of custom serialization and deserialization logic by merging the provided module with the current serializers module.