Depends on what you want. If you want to store objects, as once I did, I never used pickle, because pickle cant store objects it doesnt have access to it. Therefore I coded my own library for that: http://code.google.com/p/pyturbojson/
2011/10/2 Alejandro Castellanos <[email protected]> > Hello. I was wondering on what kind of options for serialization would > be best for a project using Pyglet. So far in Python I've only used > both the Pickle and CPickle modules that come bundled, so to speak, > with Python and was wondering whether or not it was worth the hassle > to use an outside library. Though it's not like I'm trying to keep the > data safe from tampering, or anything. > > Any suggestions? > > -- > You received this message because you are subscribed to the Google Groups > "pyglet-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pyglet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
