Class UISerializer
Serializer that stores only UI-related properties.
Inherited Members
Namespace: Telerik.Windows.Persistence.Serialization
Assembly: Telerik.Windows.PersistenceFramework.dll
Syntax
public class UISerializer : Serializer, ISerializer
Constructors
UISerializer(PersistenceManager)
Initializes a new instance of the UISerializer class.
Declaration
public UISerializer(PersistenceManager manager)
Parameters
PersistenceManager
manager
The associated PersistenceManager instance. |
Methods
SaveProperty(PropertyInfo, String, Object, ReferenceValue, SerializationMetadataCollection, Boolean, Int32, PropertyData, MatchResult)
Saves the property.
Declaration
protected override PropertyData SaveProperty(PropertyInfo property, string path, object obj, ReferenceValue parentValue, SerializationMetadataCollection options, bool shouldValidateCriteria, int nestingDepth, PropertyData parentPropData, MatchResult parentMatchResult)
Parameters
System.Reflection.PropertyInfo
property
The property. |
System.String
path
The path. |
System.Object
obj
The object. |
ReferenceValue
parentValue
The parent value. |
SerializationMetadataCollection
options
The options. |
System.Boolean
shouldValidateCriteria
If set to |
System.Int32
nestingDepth
The nesting depth. |
PropertyData
parentPropData
The parent prop data. |
MatchResult
parentMatchResult
The parent match result. |
Returns
PropertyData
|