Class RawData
Represents the top most class saved in the stream.
Inheritance
System.Object
RawData
Namespace: Telerik.Windows.Persistence.Core
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class RawData : Object
Constructors
RawData()
Declaration
public RawData()
Properties
SerializationString
Gets or sets the serialization string.
Declaration
public string SerializationString { get; set; }
Property Value
System.String
|
ValueTypes
Gets or sets a collection with the value types needed for serialization or deserialization.
Declaration
public Collection<string> ValueTypes { get; set; }
Property Value
System.Collections.ObjectModel.Collection<System.String>
|