TcHmiSerializer Class
Provides methods to serialize between instances of type Object and Value.
Inheritance Hierarchy
System.Object
TcHmiSrv.DynamicSymbols.TcHmiSerializer
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public static class TcHmiSerializer
The TcHmiSerializer type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
CreateObject(Value, Type, Boolean, Boolean, ICollection.String., Boolean, UInt32, Boolean) |
Serializes an instance of type Value to the corresponding instance of the given Type with the specified BindingFlags without the ignored elements up to the specified serialization depth. |
|
CreateObject.T.(Value, Boolean, Boolean, ICollection.String., Boolean, UInt32, Boolean) |
Serializes an instance of type Value to the corresponding instance of the given type parameter with the specified BindingFlags without the ignored elements up to the specified serialization depth. |
|
Edits the reference of type Object at the specified path with the given Value using the specified BindingFlags without the ignored elements up to the specified serialization depth. | |
|
Serializes the specified members of an instance of type Object to the corresponding instance of type Value with the specified BindingFlags without the ignored elements up to the specified serialization depth. |