Click or drag to resize

ApiClientSerializationOptions Class

The API client serialization options class.
Inheritance Hierarchy
SystemObject
  ArangoDBNetStandard.SerializationApiClientSerializationOptions

Namespace:  ArangoDBNetStandard.Serialization
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public class ApiClientSerializationOptions

The ApiClientSerializationOptions type exposes the following members.

Constructors
  NameDescription
Public methodApiClientSerializationOptions
Create serialization options.
Top
Properties
  NameDescription
Public propertyIgnoreNullValues
True to ignore null values, otherwise false.
Public propertyUseCamelCasePropertyNames
Use camel case if true, otherwise depends on the action will be implemented in the serializer.
Public propertyUseStringEnumConversion
True to serialize enums to string values, false to serialize enums to integer values (default).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also