Back to Devexpress

DXSerializer.Deserialize Method

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

latest1.8 KB
Original Source

DXSerializer.Deserialize Method

NameParametersDescription
Deserialize(DependencyObject, Stream, String, DXOptionsLayout, SerializationType) staticroot, stream, appName, options, serializationTypeRestores (deserializes) the layouts of the specified container (or control) and all its child elements from a Stream.
Deserialize(DependencyObject, String, String, DXOptionsLayout, SerializationType) staticroot, path, appName, options, serializationTypeRestores (deserializes) the layouts of the specified container (or control) and all its child elements from a file.
Deserialize(DependencyObject[], Stream, String, DXOptionsLayout, SerializationType) staticdObjects, stream, appName, options, serializationTypeRestores (deserializes) the layouts of specified containers (or controls) and all their child elements from a Stream.
Deserialize(DependencyObject[], String, String, DXOptionsLayout, SerializationType) staticdObjects, path, appName, options, serializationTypeRestores (deserializes) the layouts of specified containers (or controls) and all their child elements from a file.