8 packages tagged with “jsonserializer”
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.
CoreEx .NET backend Extensions.
CoreEx .NET Newtonsoft Extensions.
Package Description
Библиотека для сохранения и загрузки данных в/из ZooKeeper с помощью JsonSerializer. The library for saving and loading data to/from ZooKeeper using JsonSerializer.
Allows the deserialization of a DynamicTableEntity object from Azure Table Storage for conversion into an ExpandoObject.
Jsonizer is a library for practical usage for Dotnet "System.Text.JsonSerializer"
Extends ITestOutputHelper to allow output of a generic type using a serializer.