Click or drag to resize

ArraySerializationHandling Enumeration

Defines the ways that arrays are serialized

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public enum ArraySerializationHandling
Members
  Member nameValueDescription
AllMultivaluedAttributes0 All multivalued attributes are serialized as arrays
AllAttributes1 All attributes are serialized as arrays
WhenRequired2 Multivalued attributes with more than a single value are serialized as arrays. Multivalued attributes with zero or one value are not serialized in an array.
See Also