ObjectSerialization-Net 1.0.27

dotnet add package ObjectSerialization-Net --version 1.0.27
NuGet\Install-Package ObjectSerialization-Net -Version 1.0.27
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ObjectSerialization-Net" Version="1.0.27" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ObjectSerialization-Net --version 1.0.27
#r "nuget: ObjectSerialization-Net, 1.0.27"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ObjectSerialization-Net as a Cake Addin
#addin nuget:?package=ObjectSerialization-Net&version=1.0.27

// Install ObjectSerialization-Net as a Cake Tool
#tool nuget:?package=ObjectSerialization-Net&version=1.0.27

A fast object graph binary serialization for .NET with support for:
* serialization of classes, structures and primitives at root or type member level;
* serialization of derived types referenced by interface, base class or abstract class type;
* serialization of POCO objects;
* standard NonSerializedAttribute and dedicated NonSerializedBackendAttribute for automatic properties;
* serialization of classes without parameter-less constructor;
* serialization of arrays and collections implementing ICollection<T>;

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.27 235 9/9/2014
1.0.26 78 2/23/2013
1.0.25 47 2/23/2013
1.0.24 124 2/9/2013

+ corrected bug #1 Collection serialization issue, where objects having fields of interface type like IList<> were not serializing