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.

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

Feedback

Was this page helpful?

Yes No

Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)