ValueJsonSerializer Class
Provides functionality to serialize objects implementing
IValue interface to JSON and to deserialize JSON into objects implementing
IValue interface.
Namespace: Fluent.Calculations.Primitives.JsonAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static class ValueJsonSerializer
- Inheritance
- Object ValueJsonSerializer
For more information, see "How to serialize and deserialize JSON." TODO : add link
Deserialize |
Parses the text representing a single JSON value into a universal ValueDto implementing IValue.
|
Serialize | Converts the provided value into a String. |