Back to Devexpress

DXSerializer.SerializeSingleObject Method

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

latest1.1 KB
Original Source

DXSerializer.SerializeSingleObject Method

NameParametersDescription
SerializeSingleObject(DependencyObject, Stream, String, SerializationType) staticd, stream, appName, 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.
SerializeSingleObject(DependencyObject, String, String, SerializationType) staticd, path, appName, 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.