Click or drag to resize

ResourceSerializationSettings Structure

Defines the settings that control the serialization of resources

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public struct ResourceSerializationSettings

The ResourceSerializationSettings type exposes the following members.

Properties
  NameDescription
Public propertyArrayHandling
Gets or sets a value that indicates which attributes should be represented as arrays
Public propertyIncludeNullValues
Gets or sets a value that indicates if null attributes should be included in the response. If the IncludePermissionHints value is set, null values will always be included.
Public propertyIncludePermissionHints
Gets or sets a value that indicates if permission hints should be included in the serialized resource
Public propertyResourceFormat
Gets or sets a value that indicates the format that the resource should be serialized in
Public propertyValueFormat
Gets or sets a value that indicates how attribute values should be serialized
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also