Click or drag to resize
SerializationSettings Properties

The SerializationSettings type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalFieldFilter
Predicate for excluded field selection.
Public propertyExcludedFieldNames
List of field names that are excluded when serializing objects.
Public propertyStructuredFields
Lists fields that contain structured data and cannot directly be serialized as inner text values of XML elements. Maps an IStructuredField implementation to every listed field, which defines how the serialization occurs.
Top
See Also