DefaultSerializer Properties |
The DefaultSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
| DeserializationOptions |
Provides custom deserialization options. Options not listed in SupportedDeserializationOptions
will be ignored. If null, then defaults will be used.
| |
| DeserializationSettings |
Gets the incoming de-serializer settings; controls the format of the incoming JSON for de-serialization into POCOs.
| |
| SerializerSettings |
Gets the outgoing serializer settings; controls the format of the JSON you are storing in Couchbase.
| |
| SupportedDeserializationOptions |
Informs consumers what deserialization options this IExtendedTypeSerializer supports.
|