JsonObjectSerializer 0.7.6
dotnet add package JsonObjectSerializer --version 0.7.6
NuGet\Install-Package JsonObjectSerializer -Version 0.7.6
<PackageReference Include="JsonObjectSerializer" Version="0.7.6" />
paket add JsonObjectSerializer --version 0.7.6
#r "nuget: JsonObjectSerializer, 0.7.6"
// Install JsonObjectSerializer as a Cake Addin #addin nuget:?package=JsonObjectSerializer&version=0.7.6 // Install JsonObjectSerializer as a Cake Tool #tool nuget:?package=JsonObjectSerializer&version=0.7.6
Json and Xml Serializers for .NET projects
Support :
* Wpf, Windows Forms, Asp.Net
* Uwp (>=build 16299)
* Asp.Net Core, Xamarin (.Net Standard 2.0)
* etc.
* JsonO
* Methods
* ToJson: Object (object or dynamic) => Json
* FromJson: Json => Object (type or dynamic)
* ToXml: Object (object or dynamic) => Xml
* FromXml: Xml => Object (type or dynamic)
* Serialization Settings : Formatting, indentation, preserve circular reference, date format string (default: ISO), culture (default: InvariantCulture), ...
* DefaultTypeResolver Settings: Naming Strategy (camel case, snake case or create a custom naming strategy), include private/ non Public members, delegate factory type to optimize object creation and getter/setter (dynamic by default, expression, reflection)
* Converters: default converters (object, ExpandoObject, enumerable, dictionary, keyvaluepair, value) or register / override a custom converter
* JsonTextReader and JsonTextWriter: allow to read and write Json
* Serialization member (property name, ignore) and type attributes (xml item name, xml collection name)
* Services: (for IoC containers)
* JsonSerializationService (IJsonSerializationService)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- System.Reflection.Emit.Lightweight (>= 4.3.0)
-
.NETStandard 2.0
- System.Reflection.Emit.Lightweight (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.6 | 6,899 | 7/25/2019 |
0.7.5 | 2,101 | 4/8/2019 |
0.7.2 | 1,605 | 3/27/2019 |
0.7.0 | 1,694 | 3/27/2019 |
0.6.7 | 1,642 | 3/22/2019 |
0.6.6 | 2,481 | 3/9/2018 |
0.6.5 | 2,053 | 3/8/2018 |
0.5.2 | 2,140 | 2/24/2018 |
0.5.1 | 2,097 | 2/18/2018 |
0.5.0 | 1,942 | 2/18/2018 |
0.4.0 | 2,060 | 2/12/2018 |
0.3.10 | 2,091 | 2/4/2018 |
0.3.9 | 2,122 | 2/4/2018 |
0.3.8 | 2,489 | 8/3/2017 |
0.3.7 | 2,141 | 6/26/2017 |
0.2.7 | 2,054 | 6/23/2017 |
0.1.8 | 2,519 | 9/26/2016 |
TypeConversionHelper with TypeConverter and Convert ChangeType