SerializationDefinition Properties |
The SerializationDefinition type exposes the following members.
Name | Description | |
---|---|---|
ElementName |
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.
| |
NameAttributeName |
Gets or sets the name of the name attribute, if the target type is attributes. Default is "Name"
| |
TargetType |
Gets or sets the target type of the serialization.
| |
ValueAttributeName |
Gets or sets the name of the value attribute, if the target type is attributes. Default is "Value"
| |
ValueProducerFunc |
Gets or sets the value producer func
|