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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T15:51:35+00:00 2026-05-12T15:51:35+00:00

People tend to recommend to cache XmlSerializer instances. Is this still actual? (if no

  • 0

People tend to recommend to cache XmlSerializer instances. Is this still actual? (if no, when has it become so?).

Also I came up with the following code and ask to review it.

  • Does it have any drawbacks?
  • Will it use many threads\cores for different types?
  • How can I improve it?

The code:

public static class SerializerFactory<T>
{
    public static readonly XmlSerializer Serializer = new XmlSerializer(typeof(T));
}

and usage:

var obj = (T)XmlSerializerFactory<T>.Serializer.Deserialize(input);
  • 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-12T15:51:35+00:00Added an answer on May 12, 2026 at 3:51 pm

    When you use the XmlSerializer(Type) or XmlSerializer(Type,String) constructors then the serialization assembly will be cached so there is very little overhead in creating a new serializer instance (source).

    So as your factory would use this constructor, there’s no real point to it. You may as well just use the constructor directly.

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

Sidebar

Related Questions

I'm aware of questions like this , where people tend to discuss the general
Inside the Rails code, people tend to use the Enumerable#inject method to create hashes,
I have seen in Java code in many places, people tend to cast between
I was curious about how other people use the this keyword. I tend to
I have read a lot of topic here and people tend to store IP
In various guides and scripts I come across people tend to use different syntax
In ML-family languages, people tend to prefer pattern matching to if/else construct. In F#,
In many past projects, I observed that people tend to keep database column name
Having worked with Django , I've seen that people tend to reccommend the use
I have a little bit strange problem, usually people tend to ask how to

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.