|
|
|
|
|
by mfateev
2607 days ago
|
|
gRPC is not exposed to the Cadence users directly. They program against the client side library that completely hides the communication mechanism. And you are free to choose any object serialization mechanism. Currently JSON is the default wire encoding. |
|