Top 20 NuGet serialization Packages

Protocol Buffers is a binary serialization format and technology, released to the open source community by Google in 2008. Its primary use is to produce small fast binary representations of a 'message' or object for serialization or transportation. There are various implementations of Protocol Buf...
Documentation is included as part of the package. Source and current issues at https://github.com/mrvshah/Utilities Raise a bug at github or email [email protected]
The most compact, extermly fast binary serializer for .NET Code and .NET Framework. More info: https://github.com/salarcode/Bois
Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different...
This package allowed to persist the state of a proxy or pass through different domains that share the necessary interfaces and behaviors.
SharpSerializer as Portable Class Library Targeting: - .Net 4.5 or higher - Silverlight 5 or higher - WP 8 or higher - .Net for Windows Store (WinRT) - Windows Phone 8.1
A JsonConverter that serializes JSON, with data annotation meta-data embedded, so you can write validation logic on the server and render it on the client.
This package implements the Serialization provider contracts via ProtoBuf
Base Model for DDD / MVVM and other common classes. ModelBase supports change tracking, Guid/int Id, serialization etc.
EasyDocumentStorage PCL provides a basic and easy to use cross platform document storage.
FlatBuffers is an efficient cross platform serialization library. It was originally created at Google for game development and other performance-critical applications.
Integration library for Light.Serialization.Json and Light.DependencyInjection.
.net core serialization utility and type conversion library
Helper classes for serialization/deserialization of Json files. Provides Serialize() and Deserialize() on IFileInfo.
Library containing asynchronous (de)serialization methods for Newtonsoft.JSON JTokens. The deserialization functionality is available through UtilPack.JSON.JTokenStreamReader class. The serialization functionality is available through extension method to UtilPack.PotentiallyAsyncWriterLogic<IE...
The Connection-Based Asynchronous Messaging (CBAM) SQL.PostgreSQL.Implementation assembly provides implementation and API in order to create connection pools which can create connections to PostgreSQL database backend. A good starting point is PgSQLConnectionPool class.
A portable text and binary serialization library for flat POCOs
An XML implementation of ISerializer provided by Greentube.Serialization
A Protocol Buffers implementation of ISerializer provided by Greentube.Serialization