Protocol Configuration

Protocol configurations in erlang

The library now only supports hessian and json serialization.

Configuration example

Protocol config is under the dubboerl application with sys.config

{dubboerl,[
	%% other config ...
	{protocol,hessian}
]}
ConfigNameTypeDefaultValueRemarks
protocolatom()hessianhessian,json

Last modified December 22, 2020: clean up website (6e41905afab)