25 packages tagged with “Serialisation”
A really simple C# JSON parser.
Contract resolver extensions for Json.NET. For snake_case1 and snake_case_2
A simple set of utility classes and a sample T4 template that allow easy code generation for Sitecore templates from Rainbow / Unicorn serialized items. Currently, only the YAML serialization format is supported.
A fast, lightweight, cross-platform serialisation tool with support for safe schema evolution.
A .NET serialisation library where the same function can both serialize and deserialize (i.e. Serdes = SERialize-DESerialize)
Serialisation components for cross platform development on Android, iOS and WinRT
Nequeo serialisation component
A source genrator to serialise class and struct with minimal attributes efficently
Move quickly from data in your programs to data on your harddrive and vice versa. Validate XML files against a schema before deserialising them. Get detailed validation errors to let you know exactly what's wrong with your XML format. Full source code and example data available on GitHub: https://github.com/lifebeyondfife/XmlSerialisation
Serialisation library for C# - ultra small output!
Performance-optimised JSON-serialisation tool for .NET.
Explicit serialisation library.
A binary, reflection based serializer for Silverlight, WP7 and .NET, written in C#. This NuGet package is an unofficial fork containing SL, WP7 & .NET libraries.
Enables lambda expression serialisation and deserialisation via ExpressionParser.
Replace FSharp.Data.JsonProvider default serialization with System.Text.Json.
Extremely compact serialization for when size matters more than functionality. Produces output smaller than JSON, ProtoBuf and MsgPack.
Nequeo code generation component
A library for serialising/deserialising List<T> where T is a property-rich entity, to and from a JSON or JSON.ZIP file.
Library Serialisation Json
Package Description
Nequeo net code generation component
Yaml for F#, simple as that.
A .NET Standard 2.1 class library for JSON serialization & deserialization. Simple to use and heavily extendable using factory & injection design patterns. This library works around deserializing to interface types where the compiler can't usually create an instance. This can be done using the KnownObject attribute or custom IStingSerializer.