'Declaration Public Overloads Shared Function Deserialize( _
ByVal streamThe System.IO.Stream that contains serialized object in the XML format.As System.IO.Stream _
) As FormDocumentTemplate
public static FormDocumentTemplate Deserialize(
System.IO.Stream stream
)
public: static FormDocumentTemplate* Deserialize(
System.IO.Stream* stream
)
public:
static FormDocumentTemplate^ Deserialize(
System.IO.Stream^ stream
)
Parameters
- stream
- The System.IO.Stream that contains serialized object in the XML format.
Return Value
The deserialized object.