wpf-devexpress-dot-xpf-dot-core-dot-serialization-dot-dxserializer-dot-serialize.md
| Name | Parameters | Description |
|---|---|---|
| Serialize(DependencyObject, Stream, String, DXOptionsLayout, SerializationType) static | root, stream, appName, options, serializationType | Saves (serializes) the layouts of the specified container (or control) and all its child elements to a Stream. The method serializes the layouts of visual controls that exist in the application’s visual tree. |
| Serialize(DependencyObject, String, String, DXOptionsLayout, SerializationType) static | root, path, appName, options, serializationType | Saves (serializes) the layouts of the specified container (or control) and all its child elements to a file. The method serializes the layouts of visual controls that exist in the application’s visual tree. |
| Serialize(DependencyObject[], Stream, String, DXOptionsLayout, SerializationType) static | dObjects, stream, appName, options, serializationType | Saves (serializes) the layouts of specified containers (or controls) and all their child elements to a Stream. The method serializes the layouts of visual controls that exist in the application’s visual tree. |
| Serialize(DependencyObject[], String, String, DXOptionsLayout, SerializationType) static | dObjects, path, appName, options, serializationType | Saves (serializes) the layouts of specified containers (or controls) and all their child elements to a file. The method serializes the layouts of visual controls that exist in the application’s visual tree. |