New to Telerik UI for WPFStart a free 30-day trial

Serializer that stores only UI-related properties.

Definition

Constructors

Initializes a new instance of the UISerializer class.

C#
public UISerializer(PersistenceManager manager)
Parameters:managerPersistenceManager

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)
Parameters:propertyPropertyInfo

The property.

pathstring

The path.

objobject

The object.

parentValueReferenceValue

The parent value.

optionsSerializationMetadataCollection

The options.

shouldValidateCriteriabool

If set to true [should validate criteria].

nestingDepthint

The nesting depth.

parentPropDataPropertyData

The parent prop data.

parentMatchResultMatchResult

The parent match result.

Returns:

PropertyData

Overrides: Serializer.SaveProperty(PropertyInfo, string, object, ReferenceValue, SerializationMetadataCollection, bool, int, PropertyData, MatchResult)