ATMLModelLibrary.model.signal.basic.Decode.Deserialize C# (CSharp) Method

Deserialize() public static method

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

Same methods

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