Click or drag to resize

JsonNetApiClientSerializationSerializeT Method

Namespace:  ArangoDBNetStandard.Serialization
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public override byte[] Serialize<T>(
	T item,
	ApiClientSerializationOptions serializationOptions
)

Parameters

item
Type: T
serializationOptions
Type: ArangoDBNetStandard.SerializationApiClientSerializationOptions
The serialization options. When the value is null the the serialization options should be provided by the serializer, otherwise the given options should be used.

Type Parameters

T

Return Value

Type: Byte

Implements

IApiClientSerializationSerializeT(T, ApiClientSerializationOptions)
See Also