Search Results for

    Show / Hide Table of Contents

    Class JsonUtilityAdapter

    Inheritance
    object
    JsonUtilityAdapter
    Implements
    IJsonSerializer
    Namespace: i5.Toolkit.Core.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class JsonUtilityAdapter : IJsonSerializer

    Methods

    FromJson<T>(string)

    Declaration
    public T FromJson<T>(string json)
    Parameters
    Type Name Description
    string json
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    ToJson(object, bool)

    Declaration
    public string ToJson(object obj, bool prettyPrint = false)
    Parameters
    Type Name Description
    object obj
    bool prettyPrint
    Returns
    Type Description
    string

    Implements

    IJsonSerializer
    In This Article
    Back to top i5 Toolkit Documentation