InterfaceISerializationMetadata
Interface
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
The property.
propertyPath
The property path.
Returns