sofastack / sofa-bolt-python

The Python implementation of the SOFABolt protocol.
Apache License 2.0
47 stars 14 forks source link

Did this library support for JSON serialization or Hessian serialization? #3

Closed alswl closed 3 years ago

alswl commented 4 years ago

Did this library support for JSON serialization or Hessian serialization?

Another question, could this library communicate via sofa-rpc with backend server in Java?

zhangdavids commented 4 years ago

:clap:

wanderxjtu commented 4 years ago
  1. only protobuf serialization is supported is this library.
  2. Yes, if the server provides BOLT+protobuf interfaces.