BsonMemberMapShouldSerialize Method |
Determines whether a value should be serialized
Namespace:
MongoDB.Bson.Serialization
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax public bool ShouldSerialize(
Object obj,
Object value
)
Public Function ShouldSerialize (
obj As Object,
value As Object
) As Boolean
member ShouldSerialize :
obj : Object *
value : Object -> bool
Parameters
- obj
- Type: SystemObject
The object. - value
- Type: SystemObject
The value.
Return Value
Type:
BooleanTrue if the value should be serialized.
See Also