Click or drag to resize
CharSerializer.WithRepresentation Method
Returns a serializer that has been reconfigured with the specified representation.

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public CharSerializer WithRepresentation(
	BsonType representation
)

Parameters

representation
Type: MongoDB.Bson.BsonType
The representation.

Return Value

Type: CharSerializer
The reconfigured serializer.

Implements

IRepresentationConfigurable<TSerializer>.WithRepresentation(BsonType)
See Also