Is there a way to save data as an object? Like in python, you can use pickle, shelve, JSON, etc. for small projects. Are there any that are a like in c++? Meaning save object as, save a vector to a file and retrieve it back as a vector. Or rather any container?