UISerializer
Class
Serializer that stores only UI-related properties.
Definition
Namespace:Telerik.Windows.Persistence.Serialization
Assembly:Telerik.Windows.PersistenceFramework.dll
Syntax:
C#
public class UISerializer : Serializer, ISerializer
Inheritance: objectSerializationBaseSerializerUISerializer
Implements:
Inherited Members
Constructors
Initializes a new instance of the UISerializer class.
C#
public UISerializer(PersistenceManager manager)
The associated PersistenceManager instance.
Methods
Saves the property.
C#
protected override PropertyData SaveProperty(PropertyInfo property, string path, object obj, ReferenceValue parentValue, SerializationMetadataCollection options, bool shouldValidateCriteria, int nestingDepth, PropertyData parentPropData, MatchResult parentMatchResult)
The property.
pathstringThe path.
objobjectThe object.
parentValueReferenceValueThe parent value.
optionsSerializationMetadataCollectionThe options.
shouldValidateCriteriaboolIf set to true [should validate criteria].
The nesting depth.
parentPropDataPropertyDataThe parent prop data.
parentMatchResultMatchResultThe parent match result.
Returns:Overrides: