© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
11 replies
FroH.LVT

✅ XML Serialization

I want to customize XML serialization.
This is sample class
public class Sample{
   public List<TestCategory> TestList {get;set;}
}

public class TestCategory{
   public string Value {get;set;} = "Random string";
}
public class Sample{
   public List<TestCategory> TestList {get;set;}
}

public class TestCategory{
   public string Value {get;set;} = "Random string";
}
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

✅ Configure Xml Serialization
C#CC# / help
3y ago
❔ XML serialization woes
C#CC# / help
4y ago
❔ XML serialization - internal XML element
C#CC# / help
4y ago
Serialization abstract class and it's child's into xml
C#CC# / help
2y ago