DXSerializer.DeserializeSingleObject Method
| Name | Parameters | Description |
|---|---|---|
| DeserializeSingleObject(DependencyObject, Stream, String, SerializationType) static | d, stream, appName, serializationType | Restores (deserializes) the layouts of the specified container (or control) and all its child elements from a Stream. |
| DeserializeSingleObject(DependencyObject, String, String, SerializationType) static | d, path, appName, serializationType | Restores (deserializes) the layouts of the specified container (or control) and all its child elements from a file. |