TersoSolutions.Jetstream.SDK.Application.Model.Deserialized.GetDeviceStatusResponse.Jetstream.Deserialize C# (CSharp) Метод

Deserialize() публичный статический Метод

public static Deserialize ( string xml, Jetstream &obj ) : bool
xml string
obj Jetstream
Результат bool
        public static bool Deserialize(string xml, out Jetstream obj)
        {
            System.Exception exception = null;
            return Deserialize(xml, out obj, out exception);
        }

Same methods

Jetstream::Deserialize ( string xml ) : Jetstream
Jetstream::Deserialize ( string xml, Jetstream &obj, System &exception ) : bool