Serialized configuration items

Configure the serialization method in erlang

The library currently only implements the dubbo:// communication protocol.

It supports hessian and json as serialization method.

Configuration example

Provider configuration items to add to the sys.config file dubboerl field.

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