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

Represents the serialization metadata.

Definition

Namespace:Telerik.Windows.Persistence.SerializationMetadata

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

C#
public interface ISerializationMetadata

Derived Classes: PropertyNameMetadataPropertyTypeMetadataSerializationMetadataCollection

Methods

Should serialize.

C#
MatchResult ShouldSerialize(PropertyInfo property, string propertyPath)
Parameters:propertyPropertyInfo

The property.

propertyPathstring

The property path.

Returns:

MatchResult