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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:25:59+00:00 2026-05-12T05:25:59+00:00

Is it possible to generate a property with a public getter and a protected

  • 0

Is it possible to generate a property with a public getter and a protected setter with CodeDOM? The goal is to achieve something similar to the following.

[Serializable]
public class Wrapper {
  public Wrapper() { }
  private string _Field;
  public string Field { get; protected set; }
}

I have a large COM based API for which I wish to compile a .Net wrapper so it would be easier to use .Net features such as LINQ, Reflection, inheritance and serialization with it. The only feasible way is to automate large parts of this work with code generation.

These objects contain some read only properties that I wish to expose through serialization which requires a property setter. But so long I haven’t found any ways to set the setter protected or similar.

One way might be to mark the property as not serializable and serialize the _Field but since one goal for the serialized output is web I’d need to attribute the private member with all the possible serializer attributes that direct the serializer to use a cleaner name (without the underscore) for serialization. For the same reason I believe custom serialization isn’t possible.

It’s not that important that I can deserialize it accurately, ie. it isn’t critical that the value remains in its original value during/through deserialization. The properties are read only just to reduce confusion by preventing the API consumer from trying to change the read only fields and wondering why they have no effect on anything.

  • 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-12T05:26:00+00:00Added an answer on May 12, 2026 at 5:26 am

    Just wrapping this up. There is no way to do this in CodeDOM save for raw string output.

    And what comes to XMLSerializer the serializer is able to serialize the class but it won’t serialize the value with the protected setter.

    So not possible. The alternative way I used was to generate a ToSerializableType() method to each of these classes which returns a instance of a similar class which has all properties read/Write.

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

Sidebar

Related Questions

Back in the old days, Help was not trivial but possible: generate some funky
Is it possible to generate PDF Documents in an Adobe AIR application without resorting
Is it possible to generate a XML Schema of a Database programatically with .Net
Is it possible to generate a list of all source members within an iSeries
In Linq to SQL it is possible to generate the database from the dbml
I was wondering if it is possible to generate a core file, copy if
Does anyone know if it's possible to generate powerpoint ppts within ColdFusion? I can't
I needed an algorithm to generate all possible partitions of a positive number, and
Is it possible with Axis2 and Eclipse to generate a Web Service client and
Is it possible for a stand alone executable to generate a report and output

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.