func ServeRPC() { rpcwrap.ServeRPC("json", oldjson.NewServerCodec) }
// ServeRPC with Protobuf codec. func ServeRPC() { rpcwrap.ServeRPC(codecName, NewServerCodec) }