After talking to some people, it made me wonder, when we pass an objects with methods to Kryonet to serialize, do the methods get serialized as well? and if they are wouldn’t it be more efficient to just pass the data(primitive variables) for Kryonet to serialize without any overhead methods?
Sorry if this is a silly question, the OCD strikes hard when it does.