Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C#

UniversalSerializer

Rate me:
Please Sign up or sign in to vote.
4.97/5 (108 votes)
15 Apr 2018Ms-RL31 min read 257.5K   4K   299  
An universal and easy serialization library for .NET and .NET Core.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalSerializer Windows Phone 8", "UniversalSerializer Windows Phone 8\UniversalSerializer Windows Phone 8.csproj", "{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniversalSerializer2ForWindowsPhone8", "UniversalSerializer2ForWindowsPhone8\UniversalSerializer2ForWindowsPhone8.csproj", "{23A59059-6424-4ABA-909F-42974DC9A280}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|ARM = Debug|ARM
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|ARM = Release|ARM
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|ARM.ActiveCfg = Debug|ARM
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|ARM.Build.0 = Debug|ARM
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|ARM.Deploy.0 = Debug|ARM
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|x86.ActiveCfg = Debug|x86
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|x86.Build.0 = Debug|x86
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Debug|x86.Deploy.0 = Debug|x86
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|Any CPU.Build.0 = Release|Any CPU
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|ARM.ActiveCfg = Release|ARM
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|ARM.Build.0 = Release|ARM
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|ARM.Deploy.0 = Release|ARM
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|x86.ActiveCfg = Release|x86
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|x86.Build.0 = Release|x86
		{4298FD1B-139E-4900-B0CA-9E74DF8CD45B}.Release|x86.Deploy.0 = Release|x86
		{23A59059-6424-4ABA-909F-42974DC9A280}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{23A59059-6424-4ABA-909F-42974DC9A280}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{23A59059-6424-4ABA-909F-42974DC9A280}.Debug|ARM.ActiveCfg = Debug|ARM
		{23A59059-6424-4ABA-909F-42974DC9A280}.Debug|ARM.Build.0 = Debug|ARM
		{23A59059-6424-4ABA-909F-42974DC9A280}.Debug|x86.ActiveCfg = Debug|x86
		{23A59059-6424-4ABA-909F-42974DC9A280}.Debug|x86.Build.0 = Debug|x86
		{23A59059-6424-4ABA-909F-42974DC9A280}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{23A59059-6424-4ABA-909F-42974DC9A280}.Release|Any CPU.Build.0 = Release|Any CPU
		{23A59059-6424-4ABA-909F-42974DC9A280}.Release|ARM.ActiveCfg = Release|ARM
		{23A59059-6424-4ABA-909F-42974DC9A280}.Release|ARM.Build.0 = Release|ARM
		{23A59059-6424-4ABA-909F-42974DC9A280}.Release|x86.ActiveCfg = Release|x86
		{23A59059-6424-4ABA-909F-42974DC9A280}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under Microsoft Reciprocal License


Written By
Software Developer (Senior) independent
France France
Hi !

I made my first program on a Sinclair ZX-81.
Since that day, I have the virus of computers. Smile | :)

Here is my website:
https://chrisbertrand.net

And my blog:
https://chrisbertrandprogramer.wordpress.com/

Comments and Discussions