SerializationSettings Class |
Namespace: CMS.DataEngine
public class SerializationSettings
The SerializationSettings type exposes the following members.
Name | Description | |
---|---|---|
SerializationSettings |
Constructor
|
Name | Description | |
---|---|---|
AdditionalFieldFilter |
Predicate for excluded field selection.
| |
ExcludedFieldNames |
List of field names that are excluded when serializing objects.
| |
StructuredFields |
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.
|
Name | Description | |
---|---|---|
GetStructuredField |
Gets the structured field information for the field with the given name or null if the given field is not structured.
| |
IsExcludedField |
Returns true if the given object field name is excluded from the serialization.
|