Serializes a value with the given serializer, representing values according to Policy when possible.
The serializer must have a value result for the first form to work. Otherwise, use the range based form.
vson.json.JsonSerializer, vson.json.JsonStringSerializer, vson.bson.BsonSerializer
See Implementation
Serializes a value with the given serializer, representing values according to Policy when possible.
The serializer must have a value result for the first form to work. Otherwise, use the range based form.