Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6528355
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:31:36+00:00 2026-05-25T09:31:36+00:00

I have a python class that contains many objects — some are data structures

  • 0

I have a python class that contains many objects — some are data structures (lists, dicts etc) and some are handlers to other classes (that also contain other data structures…).

Rather than using pickle to save the entire class & its contents, I was wondering if there is a way to serialize the data of several desired objects and save them (ONLY them) in a binary file?

For example, suppose that I have the following 2 python objects:

myList = [1, 2, 3, 4, 5]
myDict = {'a' : 14, 'b' : 5, 'c' : 65}

What is the best way to save the contents of BOTH of these python objects in a binary file? ideally, I’d like to save both objects in the same binary file, and be able to load the data later on.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T09:31:37+00:00Added an answer on May 25, 2026 at 9:31 am

    Then create a container class for them (or named tuple, or just a tuple, whatever) and pickle it (or modify the original class so that only those parts that you want are pickled). pickle is serialisation, and it is the standard Python mechanism to do it. So unless you need e.g. more interoperability between different languages, stick to it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Python, say I have a string that contains the name of a class
Suppose I have a Python class that I want to add an extra property
If I have a python class, how can I alias that class-name into another
I have written a class in python that implements __str__(self) but when I use
I have a python module that defines a number of classes: class A(object): def
I have installed Sphinx in order to document some Python modules and class I'm
I have a object which contains unicode data and I want to use that
I have a Python class full of static methods. What are the advantages and
I have a python class which reads a config file using ConfigParser: Config file:
If I have Python code class A(): pass class B(): pass class C(A, B):

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.