Universal.Common.Serialization
1.1.0
See the version list below for details.
Install-Package Universal.Common.Serialization -Version 1.1.0
dotnet add package Universal.Common.Serialization --version 1.1.0
<PackageReference Include="Universal.Common.Serialization" Version="1.1.0" />
paket add Universal.Common.Serialization --version 1.1.0
#r "nuget: Universal.Common.Serialization, 1.1.0"
// Install Universal.Common.Serialization as a Cake Addin
#addin nuget:?package=Universal.Common.Serialization&version=1.1.0
// Install Universal.Common.Serialization as a Cake Tool
#tool nuget:?package=Universal.Common.Serialization&version=1.1.0
Class library with base objects that provide serializable to and from XML and JSON strings.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (25)
Showing the top 5 NuGet packages that depend on Universal.Common.Serialization:
Package | Downloads |
---|---|
Universal.Android
Class library for accelerating Xamarin.Android development. Note: If you encounter layout inflation exceptions (could be masked as NotFoundException, or some issue with text_color_secondary.xml etc), make sure you define colorControlNormal and use a style with that attribute defined. |
|
RedMarble.Pronto.Scope
A client library for Pronto and Scope APIs. |
|
Universal.Microsoft.CognitiveServices.QnAMaker
Client library for the Microsoft QnA Maker v4 APIs. |
|
RedMarble.ExTrack.Client
Class library to interact with the ExTrack system. |
|
Universal.Microsoft.Bot.Connector.DirectLine
Provides a replacement supported implementation of DirectLineClient similar to the no-longer supported Microsoft.Bot.Connector.DirectLine package that is fully .NET Standard compliant and up-to-date Activity models. Also provides a high level abstraction for managing conversations using Direct Line, using Web Sockets where available and falling back to HTTP polling if necessary. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 1,085 | 10/13/2021 |
2.2.2.1 | 141 | 10/11/2021 |
2.2.2 | 139 | 10/11/2021 |
2.2.1 | 3,889 | 2/5/2021 |
2.2.0 | 1,003 | 11/24/2020 |
2.1.3 | 8,764 | 5/17/2020 |
2.1.2.1 | 14,575 | 7/5/2019 |
2.1.2 | 4,203 | 5/28/2019 |
2.1.1 | 7,835 | 12/6/2018 |
2.1.0 | 486 | 11/22/2018 |
2.0.0 | 1,568 | 10/14/2018 |
1.4.0.1 | 548 | 10/8/2018 |
1.3.0 | 2,374 | 9/4/2018 |
1.2.0 | 1,292 | 8/29/2018 |
1.1.1 | 1,142 | 8/24/2018 |
1.1.0 | 673 | 8/24/2018 |
1.0.0 | 639 | 8/24/2018 |
Introduced generic static FromString<X> methods to assist construction of derived objects from derived classes.