Skip to content

Commit 641fcdc

Browse files
committed
BD tech review comments 2
1 parent 11f5efb commit 641fcdc

File tree

1 file changed

+2
-2
lines changed
  • source/fundamentals/serialization

1 file changed

+2
-2
lines changed

source/fundamentals/serialization/poco.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,10 @@ following example:
498498
classMap.MapMember(h => h.Style).SetIgnoreIfNull(true);
499499
});
500500

501-
.. note:: Numerical Properties
501+
.. note:: Value Type Properties
502502

503503
You cannot use the ``[BsonIgnoreIfNull]`` attribute or
504-
``SetIgnoreIfNull()`` method to prevent uninitialized numerical
504+
``SetIgnoreIfNull()`` method to prevent uninitialized value type
505505
properties from being serialized unless you mark the properties as
506506
nullable. Instead, use the ``[BsonIgnoreIfDefault]`` attribute or
507507
``SetIgnoreIfDefault()`` class map method, which are described in the

0 commit comments

Comments
 (0)