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