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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:56:37+00:00 2026-05-20T10:56:37+00:00

I am working on a project and I would like to send an entity

  • 0

I am working on a project and I would like to send an entity from the database through a web service.

I have this as my data contract.

[DataContract]
public class CreateAlumniRequest
{
    [DataMember]
    public List<Alum.Data.EmploymentHistory> lstEmploymentHistory;
}

However, I keep getting this error.

Type
‘Alum.Data.Base.EmploymentHistoryBase’
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.

Which tells me I probably need to go to the EmploymentHistory class and mark it as a DataContract.

The problem is EmploymentHistory is generated by an inhouse ORM tool – I can’t really make any changes to it.

Is it possible to make serialize EmploymentHistory without adding that attribute in the class?

Is there any other solution? The only thing I can think of doing is re-creating EmploymentHistory in a serializable class and manually mapping the objects, which sounds like a lot of duplication.

  • 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-20T10:56:37+00:00Added an answer on May 20, 2026 at 10:56 am

    I’m not sure which serializer you are trying to use but if Alum.Data.EmploymentHistory can’t be serialized because it isn’t marked as serializable or for some other reason… should be able to just right click on it and extract the interface. Using create a class to implement the interface using the refactoring menu and have just implement {get;set;} on the members. Then you could use automapper to map the data over.

    It sound like alot but it actually would be really quick… and would avoid all the manual mapping. Even if you don’t use automapper for this it is definitely worth looking at. There are so many situations where you need to copy data from one object to another… the “AssertConfigurationIsValid” makes testing your mapping easy. If you arrays or lists or any kind of nested objects things are handled automagically … very cool… check it out.

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

Sidebar

Related Questions

No related questions found

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.