75 packages tagged with “deserializer”
BinaryFormatter - binary serializer
Xml, json, CSV and form url encoded serializer for .NET.
High Performance Binary Object Notation Serializer
Provides JSON (De-)Serialization support for Nancy using Jil.
Writer / Reader for dotnet objects in and out of a redis database
A package for simple object serialization and deserialization from and to CSV
A seriously light weight, no fluff MessagePack reader/writer.
Provides an Avro Serializer and Deserializer for use with Axual.Kafka.Proxy client
Lightweight .NET Json serializer/deserializer
OTML is an object tree model language. It is a language that describes a tree of objects, which is easily readable by both man and machine. It is abstract, flexible and simple, there is no data standardization and no arrays in it. OTML supports comments and stream processing.
A library to almost deserialize json format.
Clean & simple, idiomatic C# RegEx-based line parser. RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string constructor (`T(string)`). See more docs at project page: https://github.com/sblom/RegExtract
A JSON:API serializer/deserializer for System.Text.Json
Shapeshifter is a serialization library for long-term data storage. It offers the ease of storing data in serialized (JSON based) form while helping you handle object graph changes.
Fast and dependency-free XML serializer for .NET written in F#
Deserializer for values from CSV files
Fast CSV to object serializer and deserializer.
Provides JSON (De-)Serialization support for Nancy using NetJSON.
XML reader with namespace ignoration
A library that deserializes Rainbow (.yml) files into FakeDb items and templates for the purpose of unit/integration testing Sitecore projects.
Xml Serialization to serialize objects of the specified type into Xml strings and deserialize Xml strings into objects of the specified type.
Oxbind is a .NET library for deserializing XML documents to C# objects using constructor injection and a declarative attribute-based mapping. It targets .NET Standard 2.0.
Inspect values in JSON strings with single line expressions and plain old CLR objects without using foreach/if to extract values from JSON. Extract the 42 from ["first",{"aString":"HelloWorld","aNumber":42}] with C# expression: json.AsList[1].AsDictionary["aNumber"].AsInt
A nuget to handle AWS DynamoDb entities
Simple implementations of DI, Mediator (or CQRS), Logger, JSON Serializer/Deserializer and Mapper
A minimalistic and fast JSON parser/deserializer. Mobile versions for Android and WP8.
SerializationHelper is a simple wrapper around System.Text.Json to overcome some of the common challenges developers face when using Microsoft's JSON library compared to the Newtonsoft.Json library.
Provides extended Xml functionality (eg. serializing and deserializing Interface properties, Complex Data Types etc.) If this package helps you, please consider buying me a coffee https://ko-fi.com/thelazycrazybrain
Json serializer and deserializer for .net