BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      Deserialize(System.IO.Stream stream) Method
  
            Deserializes an object from the specified stream.
            
 
  Syntax
  
    public
    static
    object Deserialize(System.IO.Stream stream)
  Parameters
  
    - stream
- Type: System.IO.Stream
 The stream to read the serialized object from. 
 
  Returns
  Deserialized instance read from the stream.
 
  Exceptions
  
    
      | System.ArgumentNullException | 
          stream is null (Nothing in Visual Basic). |