SerializerHelperMember Class |
Namespace: MongoDB.Bson.Serialization.Serializers
The SerializerHelperMember type exposes the following members.
Name | Description | |
---|---|---|
SerializerHelperMember |
Initializes a new instance of the SerializerHelperMember class.
|
Name | Description | |
---|---|---|
ElementName |
Gets the name of the element.
| |
Flag |
Gets the flag.
| |
IsOptional |
Gets a value indicating whether this member is optional.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |