Click or drag to resize
SerializationDefinition Properties

The SerializationDefinition type exposes the following members.

Properties
  NameDescription
Public propertyElementName
Gets or sets the name of the element this serialization is for. This value is serialized as the element name if attributes aren't used and is serialized as the value of the Name attribute if attributes are used.
Public propertyNameAttributeName
Gets or sets the name of the name attribute, if the target type is attributes. Default is "Name"
Public propertyTargetType
Gets or sets the target type of the serialization.
Public propertyValueAttributeName
Gets or sets the name of the value attribute, if the target type is attributes. Default is "Value"
Public propertyValueProducerFunc
Gets or sets the value producer func
Top
See Also