IOMirea / jarpc

Just another RPC library
https://jarpc.readthedocs.io
GNU General Public License v3.0
5 stars 2 forks source link

Ability to set serializer for server and client #16

Closed Fogapod closed 4 years ago

Fogapod commented 4 years ago

Serializer should implement dumps and loads functions. Default serializer is marshal.