DDDD.SDS 3.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package DDDD.SDS --version 3.1.1
NuGet\Install-Package DDDD.SDS -Version 3.1.1
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="DDDD.SDS" Version="3.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DDDD.SDS --version 3.1.1
#r "nuget: DDDD.SDS, 3.1.1"
#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 DDDD.SDS as a Cake Addin
#addin nuget:?package=DDDD.SDS&version=3.1.1

// Install DDDD.SDS as a Cake Tool
#tool nuget:?package=DDDD.SDS&version=3.1.1

SDS(Service Domain Serializer) flexible, based on service domain contract dictionary, binary serializer.
     SDS designed to be used in multithreading and supports TPL.
     Link to the DDDD.BCL  package sources https://bitbucket.org/dddd4dteam/dddd4d-tools/src and then  SDS folder.
 Also look at the DOC folder for conceptual documentation.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Silverlight sl5 is compatible. 
Windows Phone wp81 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DDDD.SDS:

Package Downloads
DDDD.DCS

DCS(Dynamic Command Services) WCF service clients with integrated use of SDSerializer. Dynamic Command - is flexible MessageFormat that also can be customized- overriden. To Create new Dynamic Command WCF Service quickly you should download and add into your Studio snippet-[DynamicCommandService_SDSV3.snippet]. Our Bitbucket source host -https://bitbucket.org/dddd4dteam/dddd4d-tools/src look in the DCS path

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.0 1,990 7/18/2015
3.1.1 2,315 7/10/2015
3.1.0 1,092 7/10/2015
3.0.1.3 1,098 6/30/2015
3.0.0.3 1,122 6/28/2015
3.0.0.2 1,335 6/25/2015
3.0.0.1 1,134 6/25/2015

- Added Mapping Adapter – Mapper into SDSHub, and  SDSerialzier won’t  contains its own Mapper( only in SDSHub).
     - Custom Serializers now can be added by SDSHub/not by SDSSerializer(as earlier)  – that will be used in all next created SDSerializer.
     - SDSerializer  now  will have  dependency  for DDDD.BCL – Validator and Extensions now will be there.
     - DomainModel  feature  added to SDSerializer: each serialzier now will be able to export its DomainModel, and after time load it.
     - then we can transmit DomainModel  and with the help of Mapping  we’ll be able to build the same but client-side-serializer, inited like  its  server-side-sorce-serializer, and in back direction.
     - SDSHub became now the privilege point  only  that can manage by SerializeGenerators. SDSerialzier won’t  contains its own SerializeGenerators.