ObjectSerialization-Net
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>;
Install-Package ObjectSerialization-Net -Version 1.0.27
dotnet add package ObjectSerialization-Net --version 1.0.27
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
+ corrected bug #1 Collection serialization issue, where objects having fields of interface type like IList<> were not serializing
Dependencies
-
.NETFramework 4.0
- No dependencies.
GitHub Usage
This package is not used by any popular GitHub repositories.