Serialization Configuration Options

Configure serialization methods in Erlang

Currently, this library only implements the dubbo:// communication protocol.

Two serialization methods are implemented: hessian and json.

Configuration Example

The serialization configuration needs to be added to the dubboerl application configuration in the sys.config file.

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