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

Deserialize() public static method

public static Deserialize ( Stream s ) : DriverPlatformOperatingSystem
s Stream
return DriverPlatformOperatingSystem
        public static DriverPlatformOperatingSystem Deserialize(Stream s)
        {
            return ((DriverPlatformOperatingSystem)(Serializer.Deserialize(s)));
        }
        #endregion

Same methods

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