ATMLModelLibrary.model.equipment.Ethernet.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string input, Ethernet &obj ) : bool
input string
obj Ethernet
return bool
        public static bool Deserialize(string input, out Ethernet obj)
        {
            Exception exception;
            return Deserialize(input, out obj, out exception);
        }

Same methods

Ethernet::Deserialize ( Stream s ) : Ethernet
Ethernet::Deserialize ( string input ) : Ethernet
Ethernet::Deserialize ( string input, Ethernet &obj, Exception &exception ) : bool