Table of Contents

Method SerializeMembers

Namespace
MongoDB.Driver.GeoJsonObjectModel.Serializers
Assembly
MongoDB.Driver.dll

SerializeMembers<TValue>(BsonSerializationContext, TValue, Action<BsonSerializationContext, TValue>)

Serializes the members.

public void SerializeMembers<TValue>(BsonSerializationContext context, TValue value, Action<BsonSerializationContext, TValue> serializeDerivedMembers) where TValue : GeoJsonObject<TCoordinates>

Parameters

context BsonSerializationContext

The context.

value TValue

The value.

serializeDerivedMembers Action<BsonSerializationContext, TValue>

The delegate to serialize the derived members.

Type Parameters

TValue

The type of the value.