NetXP 3.0 Reference

Utility.DeserializeIsolated Method 

Deserializes a generic XML-serializable object from an XML file in isolated storage.

[Visual Basic]
Public Shared Function DeserializeIsolated( _
   ByVal file As String, _
   ByVal type As Type _
) As Object
[C#]
public static object DeserializeIsolated(
   string file,
   Type type
);

Parameters

file
XML File
type
Type of object

Return Value

The new deserialized object

See Also

Utility Class | NETXP.Library Namespace