ATMLModelLibrary.model.common.PhysicalInterface.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

PhysicalInterface::Deserialize ( System s ) : PhysicalInterface
PhysicalInterface::Deserialize ( string input ) : PhysicalInterface
PhysicalInterface::Deserialize ( string input, PhysicalInterface &obj, System &exception ) : bool