pickling and endianess

Gabriel Genellina gagsl-py at yahoo.com.ar
Fri Aug 25 02:31:08 EDT 2006


At Friday 25/8/2006 03:17, Chandrashekhar Kaushik wrote:

>I am actually looking to implement serialization routines in C++.
>An am facing the problem of how to tackle endianess and sizeof issues.
>
>Could you give me a overview of how pickling is done in python ? 
>Reading pickle.py is obviously the option , but its getting daunting 
>as i am not that proficient in python :( .

Uhm, I think this is a bit hard... The pickle format is actually code 
for a stack-based machine, which gets interpreted when you load it.
I think you should look for another example implementation; perhaps 
Java Serializable?



Gabriel Genellina
Softlab SRL 


	
	
		
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas




More information about the Python-list mailing list