Show / Hide Table of Contents

    Class DefaultJsonServiceProvider

    Inheritance
    System.Object
    DefaultJsonServiceProvider
    Implements
    IJsonServiceProvider
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class DefaultJsonServiceProvider : IJsonServiceProvider

    Methods

    FromJson(String)

    Declaration
    public object FromJson(string jsonString)
    Parameters
    Type Name Description
    System.String jsonString
    Returns
    Type Description
    System.Object

    ToJson(Object)

    Declaration
    public string ToJson(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.String

    Implements

    IJsonServiceProvider
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters