Showing posts with label c# serialization albite. Show all posts
Showing posts with label c# serialization albite. Show all posts

Monday, 26 December 2016

My First NuGet package: A serializer for C#

I've written a simple serializer for C#. There are no native dependencies, so that it can run on any architecture. And, as it is based on .NET Standard 1.1 it is also fairly portable.