The IPropertySerializer type exposes the following members.

Methods

  NameDescription
Public methodLoadProperty
This method will be used to restore the property value after a template has been compiled.
Public methodParseDefaultValue
This method will be used to parse a default value for a property when a template is being instantiated.
Public methodReadPropertyXml
This method will be used when deserializing the property from an XML property set.
Public methodSaveProperty
This method will be used to save the property value when a template is being compiled.
Public methodWritePropertyXml
This method will be used when serializing the property value to an XML property set.

See Also