280 packages tagged with “serialize”
C# library to serialize LINQ expressions
Convert a protobuf message to a JSON string or object (and back) using the proto definition file.
This is the support library for working with the POCO representation of HL7's FHIR model data
This is the core support library for HL7's FHIR standard (http://hl7.org/fhir). It contains the core functionality to working with RESTful FHIR servers: POCO classes for FHIR, parsing/serialization of FHIR data and a FhirClient for easy access to FHIR servers.
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.
Hyperion serializer for Akka.NET
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
This is the support library for working with the POCO representation of HL7's FHIR model data. Special made for DSTU2
Helper classes that allow methods to return values along with success status, and error messages. The class is serializable, and useful when returning values from controller API's.
This library adds support for NodaTime types to MessagePack C#.
ServiceStack.Text JSON serializer support for NodaTime
这是一个基础服务功能的库,其中包含:内存池、对象池、文件池、流式数据解包器、等待逻辑池、AppMessenger、3DES加密、Xml快速存储、运行时间测量器、文件快捷操作、高性能二进制序列化器、规范日志接口等。 说明文档:https://touchsocket.net/
A small library for converting between Prometheus log string and strong types and back.
The wrappers and extension methods for ZeroFormatter
XML XSerializer's XML serialization handles properties and types that the System.Xml.Serialization.XmlSerializer does not handle, such as interfaces and dictionaries. It is meant to be a drop-in replacement for the BCL XmlSerializer - it uses the same attributes: [XmlElement], [XmlAttribute], etc. JSON JSON serialization in XSerializer has better performance than JSON.NET (Newtonsoft). It also has better support for deserialization into a variable or field of type dynamic. Encryption XSerializer's XML and JSON serializers support the concept of field-level encryption. Properties that are decorated with an [Encrypt] attribute have their values encrypted/decrypted automatically. The actual mechanism to encrypt these fields is exposed through the IEncryptionMechanism interface - users of the encrypt feature are expected to implement this interface in their project.
Extension for ServiceStack.Text to allow using EnumMember attributes to serialize and deserialize enumerations.
Serialize classes to/from JSON/XML/binary/your own format. The feature set is optimized for maintaining backwards compatibility of serialized files as the classes evolve, in particular when used for application settings / configuration. See RT.Serialization.Xml, RT.Serialization.Json, RT.Serialization.Binary.
Middle layer framework to compose functions such as "clone", "compare", "serialize" etc using "navigation expressions" and provide some abstractions missed in standard framework ("repository", "buffered conditional logging", etc.).
Serialize and deserialize any object without decoration/attributes.
The wrappers and extensions methods for Jil
The wrappers and extensions methods base by Json.NET
.NET library for deserializing and serializing fixed width files
Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs. Messages are sent and received asynchronously on a separate background thread and marshalled back to the calling thread (typically the UI). Supports large messages - up to 300 MiB. Requires .NET 4.0 full.
The wrappers and extensions methods for Utf8Json
The wrappers and extensions methods for protobuf
DeepClone, Serialize & Deserialize extension methods, useful for testing.
Adds System.Text.Json serializer support for polymorphism with a discriminator attribute.
The wrappers and extensions methods for System.Text.Json