Do I need to have the same class on both client and server side to send it's object back and forth between server and client using pickle in python

前端 未结 0 521
天命终不由人
天命终不由人 2021-01-29 02:22

Suppose I have a

class player:
    def __init__(self):
        pass

    def fun1(self):
        pass
    
    def fun2(self):
        pass


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题