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