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

  • SEARCH
  • Home
  • 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 570673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:25:37+00:00 2026-05-13T13:25:37+00:00

There is a class I want to serialize, and it implements Serializable, but one

  • 0

There is a class I want to serialize, and it implements Serializable, but one of the objects it contains does not implement Serializable.

Is there a way to modify the class at runtime to make it implement the Serializable interface so I can serialize it? I can’t change it at compile time because its a third party library.

Maybe I would have to use some sort of bytecode writer or something?

EDIT: Both the containing class and contained class are in the 3rd party library so I don’t think i can mark something as transient. The containing class is marked as serializable, but it contains an object that is not.

I’m fine with writing a custom serialization method for the class, not sure how I would do this though, would I have to use reflection to get the values of the private variables?

  • 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-13T13:25:38+00:00Added an answer on May 13, 2026 at 1:25 pm

    Reading the javadoc for Serializable, I see:

    Classes that require special handling
    during the serialization and
    deserialization process must implement
    special methods with these exact
    signatures:

    private void writeObject(java.io.ObjectOutputStream out)
         throws IOException
     private void readObject(java.io.ObjectInputStream in)
         throws IOException, ClassNotFoundException;
     private void readObjectNoData() 
         throws ObjectStreamException;
    

    which you could use to manually serialize the uncooperative fields. You could look into using ASM, but it seems hard to believe that it is a maintainable solution.

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

Sidebar

Related Questions

There're some library classes that although implement Serializable , fail to serialize correctly. I
I want to interrupt some specific grails domain class events(read,write,delete,update).Is there any hibernate eventlistner
I want to use a custom class that could handle querying easily. Are there
I want to throw my own exceptions with the base class Exception . There
I'm now learning UITableView class on iOS development. I want to implement three sections
There is class Road with its Road.h and Road.cpp which contains implementation of method
I have a class with numerous Nullable<T> properties which I want to be serializable
Is there any way to customize or control which type of collection class types
I'm trying to serialize a class that inherits from a base class that implements
I have created custom result class to serialize json data to xml. I want

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.