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
contextBsonSerializationContextThe context.
valueTValueThe value.
serializeDerivedMembersAction<BsonSerializationContext, TValue>The delegate to serialize the derived members.
Type Parameters
TValueThe type of the value.