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 |