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

TcHmiSerializer Class 1:

TcHmiSerializer Class 2:

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.

TcHmiSerializer Class 3:

TcHmiSerializer Class 4:

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.

TcHmiSerializer Class 5:

TcHmiSerializer Class 6:

EditObject

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.

TcHmiSerializer Class 7:

TcHmiSerializer Class 8:

SerializeObject

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.

Reference

TcHmiSrv.DynamicSymbols Namespace