Click or drag to resize

IOrderedEnumerableSerializerTItemTryGetItemSerializationInfo Method

Tries to get the serialization info for the individual items of the array.

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public bool TryGetItemSerializationInfo(
	out BsonSerializationInfo serializationInfo
)

Parameters

serializationInfo
Type: MongoDB.Bson.SerializationBsonSerializationInfo
The serialization information.

Return Value

Type: Boolean
true if the serialization info exists; otherwise false.

Implements

IBsonArraySerializerTryGetItemSerializationInfo(BsonSerializationInfo)
See Also