Class MetaSerializer
Inheritance
System.Object
MetaSerializer
Assembly: LeagueToolkit.dll
public static class MetaSerializer : object
Methods
|
Improve this Doc
View Source
Declaration
public static T Deserialize<T>(MetaEnvironment environment, BinTreeObject treeObject)
where T : IMetaClass
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public static BinTreeObject Serialize<T>(MetaEnvironment environment, string path, T metaClass)
where T : IMetaClass
Parameters
Type |
Name |
Description |
MetaEnvironment |
environment |
|
System.String |
path |
|
T |
metaClass |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public static BinTreeObject Serialize<T>(MetaEnvironment environment, uint pathHash, T metaClass)
where T : IMetaClass
Parameters
Type |
Name |
Description |
MetaEnvironment |
environment |
|
System.UInt32 |
pathHash |
|
T |
metaClass |
|
Returns
Type Parameters