using System; namespace TNode.Models{ [Serializable] public class PortInfo{ public string portName; public string nodeDataId; } }