As an iOS developer recently experimenting with Python, I'm curious to know if there's something like NSCoding
that would allow me to implement a method or a pair of methods which would define how my objects can be automatically saved to disk, much like NSCoding
.
I've found this repo but I'm not sure if it's part of a larger framework, which I'd rather not incorporate into my (small) project.
Is there something that ships with Python? Anything popular out there that deals with object persistence in a primitive yet powerful way?