Skip to main content
.NET Serialization
- bond - Cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.
- Channels - Push based .NET Streams.
- CsvHelper - Library to help reading and writing CSV files http://csvhelper.com.
- ExtendedXmlSerializer - Extended Xml Serializer for .NET.
- Jil - Fast .NET JSON (De)Serializer, Built On Sigil.
- msgpack-cli - MessagePack implementation for Common Language Infrastructure / msgpack.org.
- Newtonsoft.Json - Popular high-performance JSON framework for .NET.
- protobuf-net - Protocol Buffers library for idiomatic .NET.
- ServiceStack.Text - JSON, JSV and CSV Text Serializers.
- TinyCsvParser - Easy to use, easy to extend and high-performance library for CSV parsing with .NET.
- Wire - Binary serializer for POCO objects.
- YamlDotNet - .NET library for YAML.
Comments
Post a Comment