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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:59:50+00:00 2026-06-18T10:59:50+00:00

Why does serialization fail using DataContractSerializer or DataContractJsonSerializer on classes with Serializable attribute? Exception:

  • 0

Why does serialization fail using DataContractSerializer or DataContractJsonSerializer on classes with Serializable attribute?

Exception:
“System.Runtime.Serialization.Json.DataContractJsonSerializer’ cannot
be serialized. Consider marking it with the DataContractAttribute
attribute, and marking all of its members you want serialized with the
DataMemberAttribute attribute. If the type is a collection, consider
marking it with the CollectionDataContractAttribute”

DataContractSerializers works well with DataContract/DataMember attributes, but it also works with classes without those attributes except when there is a Serializable attribute in the class it fails, generating the exception above.

  • 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-06-18T10:59:52+00:00Added an answer on June 18, 2026 at 10:59 am

    I solved the issue, I have a private property Serializer in my class which returns System.Runtime.Serialization.Json.DataContractJsonSerializer

        private XmlObjectSerializer Serializer
        {
            get
            {
                _serializer = _serializer ?? GetSerializer(GetType());
                return _serializer;
            }
        }
    

    even though it is private, DataContractJsonSerializer incldue it in serialization. Not just that property but so as private fields. This is how it behaves when you don’t specify the DataContract and DataMember attributes.

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

Sidebar

Related Questions

I am trying to create an object of DataContractJsonSerialize using System.Runtime.Serialization.Json; does not work,
using System.Runtime.Serialization; using System.Runtime.Serialization.Formatters.Binary; VS says, The type or namespace name 'Formatters' does not
What does the following code do? What is <...> notation? <Global.System.Serializable(),_ Global.System.Xml.Serialization.XmlSchemaProviderAttribute(GetTypedTableSchema)>
Does python support random json serialization? I get this error: Traceback (most recent call
[System.CodeDom.Compiler.GeneratedCodeAttribute(System.Runtime.Serialization, 3.0.0.0)] [System.Runtime.Serialization.DataContractAttribute(Name=TreeTraversalType, Namespace=http://schemas.datacontract.org/2004/07/DsLib)] public enum TreeTraversalType : int { [System.Runtime.Serialization.EnumMemberAttribute()] PreOrder = 0,
Why does the DataContractSerializer bypass initializers? Background: The serialization formatter gets uninitialized instances of
When using the Microsoft namespaces System.Web.Helpers and System.Web.Script.Serialization I expected that the Microsoft serializer
Please share your view of System.Runtime.Serialization . My questions and doubts are: Class and
How does MVC asp.net serialization work for Json object on Controller actions ? For
How does pointer tracking work in boost serialization? I am using it to serialize

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.