import "github.com/vmihailenco/msgpack" 有很多限制
Created
July 26, 2014 22:56
-
-
Save changtimwu/0f8fbe78e9a11dbec464 to your computer and use it in GitHub Desktop.
msgpack codec study
Author
Author
goRpcCodec implements both rpc.ServerCodec and rpc.ClientCodec
so the same instance can be passed to both rpc.NewClientWithCodec(cc) and rpc.NewServer().ServerCodec
msgpackSpecRpcCodec is the same story.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
net/rpcprovidesrpcCodecis fundamental struct. It implementsServerCodecandClientCodecinterfaces.ServerCodecandClientCodecinterface likegoRpcCodecinheritsrpcCodec(has-arelation) and implementsBINCspecific methodsmsgpackSpecRpcCodecinheritsrpcCodec(viahas-a) and implementsmsgpackspecific methods