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 1104337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T01:28:08+00:00 2026-05-17T01:28:08+00:00

I have a simple data structure which is serialized and deserialized. Upon deserialization, I

  • 0

I have a simple data structure which is serialized and deserialized.
Upon deserialization, I wish that the data structure itself makes a subsequent processing step. In our case, it should simply call String.intern() on all the strings it contains.


Preemptive answers to unrelated questions:

Why don’t you simply do this after normally deserializing the object?

  1. This object is serialized/deserialized in a lot of places
  2. This data structure is part of bigger objects which are serialized/deserialized, so you would have to browse any encapsulating object after deserialization as well
  3. Other developpers using the framework might not be aware or forget this step, and would result in a huge bug magnet
  4. It would be ugly

Why do you use String.intern() in the first place?

For performance reasons. We do massive text processing and computation requiring this.


In other words, in:

public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException;

Is there a way to invoke the default/standard deserialization inside? (So that we can just add our little step afterwards)

Thanks!

Arnaud

  • 1 1 Answer
  • 2 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-17T01:28:09+00:00Added an answer on May 17, 2026 at 1:28 am

    Yes – in.defaultReadObject().

    But you’d have to use readObject(..) not readExternal(..)

    Note that if you use Externalizable, you are on your own. You can use Serializable and customize partially the output.

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

Sidebar

Related Questions

I have an XML file which describes the data-structure that I can exchange on
Say you have a simple class with some storage data structure (list, vector, queue,
I have huge amont of geographic data represented in simple object structure consisting only
I have simple SSIS package which reads data from flat file and insert into
I have a simple jasper report which shows some data from database. The jasper
I have a fairly simple data audit web application written with ASP MVC which
I have a large data structure that is using striping to reduce lock contention.
It is about WPF application which generates reports. Reports have simple structure: byte[] m_Data,
I have a bunch of simple entity instances that I have serialized to a
I have a data structure that stores amongst others a 24-bit wide value. I

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.