DomainPropertyXmlSerializer Class

Definition

The base class for all custom domain property serializers

public ref class DomainPropertyXmlSerializer abstract
public abstract class DomainPropertyXmlSerializer
type DomainPropertyXmlSerializer = class
Public MustInherit Class DomainPropertyXmlSerializer
Inheritance
DomainPropertyXmlSerializer

Remarks

The assumption is that the standard DSL XML serializer will serialized each property to and from a single string. Domain property serializers should be stateless.

Constructors

DomainPropertyXmlSerializer()

Methods

GetString<T>(SerializationContext, T)

Converts the supplied object to a string format.

GetValue<T>(SerializationContext, String)

Converts the supplied string representation to an object instance.

Applies to