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

Deserialize() public static method

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

Same methods

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