Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / XML

Optimizing Serialization in .NET

Rate me:
Please Sign up or sign in to vote.
4.87/5 (88 votes)
16 May 2010Public Domain31 min read 644.4K   5K   333  
Provides code and techniques to enable developers to optimize serialization of data

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastSerializer", "FastSerializer\FastSerializer.csproj", "{7267AFEB-D3FC-4416-8792-C386A685C86F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FastSerializer.UnitTest", "FastSerializer.UnitTest\FastSerializer.UnitTest.csproj", "{D3994A52-943C-4C5F-A457-BF96F6B74897}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7267AFEB-D3FC-4416-8792-C386A685C86F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7267AFEB-D3FC-4416-8792-C386A685C86F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7267AFEB-D3FC-4416-8792-C386A685C86F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7267AFEB-D3FC-4416-8792-C386A685C86F}.Release|Any CPU.Build.0 = Release|Any CPU
		{D3994A52-943C-4C5F-A457-BF96F6B74897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D3994A52-943C-4C5F-A457-BF96F6B74897}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D3994A52-943C-4C5F-A457-BF96F6B74897}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D3994A52-943C-4C5F-A457-BF96F6B74897}.Release|Any CPU.Build.0 = Release|Any CPU
	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 A Public Domain dedication


Written By
Software Developer (Senior) Hunton Information Systems Ltd.
United Kingdom United Kingdom
Simon Hewitt is a freelance IT consultant and is MD of Hunton Information Systems Ltd.

He is currently looking for contract work in London.

He is happily married to Karen (originally from Florida, US), has a lovely daughter Bailey, and they live in Kings Langley, Hertfordshire, UK.

Comments and Discussions