Back to Devexpress

DXSerializer.Serialize Method

wpf-devexpress-dot-xpf-dot-core-dot-serialization-dot-dxserializer-dot-serialize.md

latest2.1 KB
Original Source

DXSerializer.Serialize Method

NameParametersDescription
Serialize(DependencyObject, Stream, String, DXOptionsLayout, SerializationType) staticroot, stream, appName, options, serializationTypeSaves (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) staticroot, path, appName, options, serializationTypeSaves (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) staticdObjects, stream, appName, options, serializationTypeSaves (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) staticdObjects, path, appName, options, serializationTypeSaves (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.