1. .NET's fastest JSON Serializer by ServiceStack

    By:

    .NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, Li... More information

  2. SharpSerializer

    By:

    SharpSerializer is an open source XML and binary serializer for .NET Framework, .NET Compact Framework and Silverlight. It needs no type definitions nor type mappings to serialize data. It is especially usefull for tombstoning - i.e. binary serialization to isolated storage in WP7 (Windows Phone 7). With only one line of code it can serialize types... More information

  3. NETFx JsonSerializer : ISerializer

    By:

    Implements the core NETFx ISerializer interface using a Json.NET serializer.

  4. NETFx GzipSerializer : ISerializer

    By:

    An implementation of the core NETFx ISerializer interface that provides stream compression/decompression on top of another serializer.

  5. NETFx BsonSerializer : ISerializer

    By:

    Implements the core NETFx ISerializer interface using Json.NET serializer.

  6. Silverlight-Serializer (Unofficial)

    By:

    A binary, reflection based serializer for Silverlight, WP7 and .NET, written in C#. This NuGet package is an unofficial fork containing SL, WP7 & .NET libraries.

  7. YamlSerializer

    By:

    YamlSerializer can serialize / deserialize most of native C# objects, i.e. primitive types (bool, char, int,...), enums, built-in non-primitive types (string, decimal), structures, classes and arrays of these types.

    1,311 downloads

  8. NETFx BinarySerializer : ISerializer

    By:

    Implements the core NETFx ISerializer interface using the .NET framework runtime BinaryFormatter.

  9. NETFx XmlSerializer : ISerializer

    By:

    Implements the core NETFx ISerializer interface using the .NET framework System.Xml.XmlSerializer

  10. NETFx XmlSerializer : ISerializer Tests

    By:

    xUnit tests for netfx-System.XmlSerializer

  11. NETFx JsonSerializer xUnit Tests

    By:

    xUnit tests for netfx-System.JsonNetSerializer

  12. NETFx BinarySerializer Tests

    By:

    xUnit tests for netfx-System.BinarySerializer

  13. NETFx BsonSerializer xUnit Tests

    By:

    xUnit tests for netfx-System.BsonSerializer

  14. NETFx GzipSerializer xUnit Tests

    By:

    xUnit tests for netfx-System.GzipSerializer

  15. BclContrib-Abstract.TypeSerializer

    By:

    This package contains TypeSerializer implementations of the abstract TypeSerializer.

  16. NETFx ISerializer xUnit Base Tests

    By:

    xUnit tests for netfx-System.ISerializer, to be used by implementations of ISerializer interface.

  17. NETFx XmlSerializer<T>

    By:

    Provides a generics version of XmlSerializer.

  18. Protocol Buffers support for ServiceStack. Includes typed ProtoBuf Client

    By:

    Add the ProtoBuf binary format and endpoint to a ServiceStack web service host.

  19. YAXLib

    By:

    YAXLib is an XML Serialization library which allows the programmer to structure freely the XML result, choose the fields to serialize (public, or non-public properties, or member variables), serialize all known generic and non-generic collections, serialize different kinds of arrays (single-dimensional, multi-dimensional, and jagged arrays), serial... More information