Socket Object Serialization

Started by
1 comment, last by Khatharr 11 years, 2 months ago

Hi there,

I would like to serialize a socket object(actually it's a dictionary that contain a socket object).
I have read about Pickle but, a socket object could not be picklable.
Any suggesstions?

Advertisement

It doesn't make sense to serialize a socket - it's an operating system resource. What are you hoping to accomplish by serializing a socket object?

“If I understand the standard right it is legal and safe to do this but the resulting value could be anything.”

Makes it easier to pour the milk on.

void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.

This topic is closed to new replies.

Advertisement