Enum MapBaseAbstractionBehavior
Describes mapping behaviors for mapping abstraction types in the serializer.
Namespace: Manatee.Json.Serialization
Assembly: Manatee.Json.dll
Syntax
public enum MapBaseAbstractionBehavior
Fields
| Name | Description |
|---|---|
| None | Specifies that no additional mappings will be made. |
| Override | Specifies that all base classes and interfaces will be mapped, overriding any existing mappings. |
| Unmapped | Specifies that any unmapped base classes and interfaces will be mapped. |