132 packages tagged with “Deserialize”
Convert a protobuf message to a JSON string or object (and back) using the proto definition file.
SharpSerializer is an open source XML and binary serializer for .NET. With only one line of code it can serialize types like: multidimensional array, nested array, array-of-arrays, polymorphic object (where value is inherited from the property type), generic type, generic listing (i.e. dictionary, collection) and many more.
A helper library for serializing and deserializing types in Units.NET using Json.NET.
YAXLib is an XML Serialization library which allows the programmer to structure freely the XML result, choose the fields to serialize (public, non-public properties, or member variables), serialize all known generic and non-generic collections, serialize different kinds of arrays (single-dimensional, multi-dimensional, jagged arrays), serialize objects through a reference to their base-class or interface (polymorphic serialization), define custom serializers, add comments for the elements in the XML result, serialize as CDATA or Base64-encoded, strip invalid XML characters, and much more..
The wrappers and extension methods for YamlDotNet
The wrappers and extension methods for ZeroFormatter
Serialize and deserialize any object without decoration/attributes.
The wrappers and extensions methods for Jil
The wrappers and extensions methods base by Json.NET
The wrappers and extensions methods for protobuf
.NET library for deserializing and serializing fixed width files
The wrappers and extensions methods for Utf8Json
The wrappers and extensions methods for System.Text.Json
A configurable helper library used to serialize and deserialize between C# types and Ion.
XmlSerializerHelper serializes and deserializes any .Net object from/to XML.
The wrappers and extension methods for xml serialize/deserialize
The wrappers and extension methods for SharpYaml
The wrappers and extensions methods for MsgPack.Cli
Serialize and deserialize wrapper
Convert / deserialize JSON or XML to dynamic. Convert / serialize dynamic to JSON or XML.
The wrappers and extensions methods for BinaryFormatter
The wrappers and extensions methods for MessagePack
Lightweight .NET Json serializer/deserializer
NETool.Pack 是 NETool 的二进制序列化器。
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
An Ebml based serializer to deserialize a Matroska file (.mkv or .webm)
Library of encoding/decoding related functionality for Hexadecimal, Base64 and Base32.
The wrappers and extensions methods for DataContract
Easy coding of Xml. This NuGet package adds Xml features, such as Pretty, Linearize, serialize, deserialize, etc.