Interface
ISerializationMetadata

Represents the serialization metadata.

Definition

Namespace:Telerik.Windows.Persistence.SerializationMetadata

Assembly:Telerik.Windows.PersistenceFramework.dll

Syntax:

cs-api-definition
public interface ISerializationMetadata

Methods

ShouldSerialize(PropertyInfo, string)

Should serialize.

Declaration

cs-api-definition
MatchResult ShouldSerialize(PropertyInfo property, string propertyPath)

Parameters

property

PropertyInfo

The property.

propertyPath

string

The property path.

Returns

MatchResult