ATMLModelLibrary.model.signal.DME_RESPONSE.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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