Info
Version: | 0.7.6 |
Author(s): | romagny13 |
Last Update: | Thursday, July 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/romagny13/JsonObjectSerializer |
NuGet Url: | https://www.nuget.org/packages/JsonObjectSerializer |
Install
Install-Package JsonObjectSerializer
dotnet add package JsonObjectSerializer
paket add JsonObjectSerializer
JsonObjectSerializer Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
Tags
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).