ArcGIS.PCL.JsonDotNetSerializer
2.0.2
Json.NET implementation of an ISerializer to use with ArcGIS.PCL.
To use just call JsonDotNetSerializer.Init().
Requires NuGet 2.8.1 or higher.
Install-Package ArcGIS.PCL.JsonDotNetSerializer -Version 2.0.2
dotnet add package ArcGIS.PCL.JsonDotNetSerializer --version 2.0.2
<PackageReference Include="ArcGIS.PCL.JsonDotNetSerializer" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ArcGIS.PCL.JsonDotNetSerializer --version 2.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ArcGIS.PCL.JsonDotNetSerializer, 2.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added optional JsonSerializerSettings parameter to constructor
- Breaking changes
ContractResolver setting has been removed from default settings
Dependencies
-
- ArcGIS.PCL (>= 4.1.1)
- Newtonsoft.Json (>= 6.0.6)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ArcGIS.PCL.JsonDotNetSerializer:
Package | Downloads |
---|---|
ArcGIS.PCL.XamarinMaps
Extensions for converting ArcGIS features into their Xamarin.Forms.Maps equivalent.
Works with Windows Phone 8 and higher, Xamarin Android and Xamarin iOS.
|
|
ScriptCs.ArcGIS
A ScriptCs script pack for ArcGIS.PCL.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ArcGIS.PCL.JsonDotNetSerializer:
Repository | Stars |
---|---|
scriptcs/scriptcs-samples
Sample usages of scriptcs
|