Class FieldInstanceSerializer
Inheritance
System.Object
FieldInstanceSerializer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PiXYZ.Tools
Assembly: cs.temp.dll.dll
Syntax
public static class FieldInstanceSerializer
Methods
Serialize(FieldInstance, ref Dictionary<String, String>, String, Object, Type)
Fills a dictionnary with values in string Multileveled
Declaration
public static void Serialize(this FieldInstance fieldInstance, ref Dictionary<string, string> properties, string path, object value, Type type)
Parameters
Type | Name | Description |
---|---|---|
FieldInstance | fieldInstance | |
System.Collections.Generic.Dictionary<System.String, System.String> | properties | |
System.String | path | |
System.Object | value | |
System.Type | type |
Unserialize(FieldInstance, ref Dictionary<String, String>, String, Type)
Fills FieldInfo
Declaration
public static object Unserialize(this FieldInstance fieldInstance, ref Dictionary<string, string> properties, string path, Type type)
Parameters
Type | Name | Description |
---|---|---|
FieldInstance | fieldInstance | |
System.Collections.Generic.Dictionary<System.String, System.String> | properties | |
System.String | path | |
System.Type | type |
Returns
Type | Description |
---|---|
System.Object |