Test additional content header

ValueJsonSerializer Class

Provides functionality to serialize objects implementing IValue interface to JSON and to deserialize JSON into objects implementing IValue interface.

Definition

Namespace: Fluent.Calculations.Primitives.Json
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static class ValueJsonSerializer
Inheritance
Object    ValueJsonSerializer

Remarks

For more information, see "How to serialize and deserialize JSON." TODO : add link

Methods

Deserialize Parses the text representing a single JSON value into a universal ValueDto implementing IValue.
SerializeConverts the provided value into a String.

See Also