RawData
Class
Represents the top most class saved in the stream.
Definition
Namespace:Telerik.Windows.Persistence.Core
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
C#
public class RawData
Inheritance: objectRawData
Constructors
C#
public RawData()
Properties
Gets or sets the serialization string.
C#
public string SerializationString { get; set; }
Gets or sets a collection with the value types needed for serialization or deserialization.
C#
public Collection<string> ValueTypes { get; set; }