QUESTIONS

Tagged: serialization

answers  0
views  504
votes  0

[Question] Fastest way to serialize a POCO to JSON and deserialize JSON to a POCO  

What is the fastest way to serialized a POCO object to a JSON string and deserialize a JSON string back to a POCO object? I have seen several libraries and implementations, but what counts for us is s ...
Apr 13, 2016
Klaus Wörner
{ 50 - 1 - 0 }
answers  0
views  743
votes  1

[Article] Serialization in .NET - Part 4  

This article is in continuation to this post : Serialization in .NET Part 3 Custom Serialization ISerializable interface Sometimes simple annotation doesn't meet our requirements. Implementing the ISe ...
Apr 13, 2016
Karif Aziz
{ 200 - 1 - 0 }
answers  0
views  510
votes  0

[Article] Serialization in .NET - Part 3  

This article is in continuation to this post Serialization in .NET Part 2 XML Serialization In addition to the Binary and SOAP formatters, the .NET provides another type of formatter called XmlSeriali ...
Apr 08, 2016
Karif Aziz
{ 200 - 1 - 0 }
answers  0
views  898
votes  1

[Article] Serialization in .NET - Part 2  

This article is in continuation to this post Serialization in .NET Part 1 Serializable attribute This attribute is applied to a class. It is used to mark the class as serializable. It indicates to t ...
Apr 08, 2016
Karif Aziz
{ 200 - 1 - 0 }
answers  0
views  392
votes  1

[Article] Serialization in .NET - Part 1  

Serialization Serialization is the technique used by the .NET runtime. The runtime serialization functionality resides in the System.Runtime.Serialization namespace. It involves converting all of the ...
Apr 08, 2016
Karif Aziz
{ 200 - 1 - 0 }
5  posts
You may also like
When to use 'ref' and 'out' keywords - specifically with strings?
Visual Studio 2015 F10 Debugger key not working
Horizontally centering a <div> inside another <div>
How to Encrypt and Decrypt a string in C#
Server Side Rendering in JavaScript?
Curlybrackets Software
The source code for Curlybrackets (C#/.NET/SQL Server) is available for purchase here. Start your own Q+A site now!

Easily create custom post types: messages, ideas, questions, tickets, whatever.

The Software Pack is a great place to start your corporate Q+A customer support site.