Show / Hide Table of Contents

Class JsonSerializeUtil

Inheritance
System.Object
JsonSerializeUtil
Namespace: Eco.Shared.Serialization
Assembly: Eco.Shared.dll
Syntax
public static class JsonSerializeUtil : Object

Properties

Deserialize

Declaration
public static Func<string, Type, object> Deserialize { get; set; }
Property Value
Type Description
System.Func<System.String, System.Type, System.Object>

Methods

DoDeserialize<T>(String)

Declaration
public static T DoDeserialize<T>(string s)
Parameters
Type Name Description
System.String s
Returns
Type Description
T
Type Parameters
Name Description
T
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾