TypeAdapter Properties |
The TypeAdapter type exposes the following members.
Name | Description | |
---|---|---|
AdaptedType |
Gets the AdaptedType adapted by the current TypeAdapter, or null if the current TypeAdapter is not specific to any AdaptedType.
| |
EligibleRelationshipKind |
Determines which kind of relationships the adapted type can enter with respect to the parent object.
| |
IsAnyInstanceImmutable |
Determines whether any instance of this type or of any derived class is immutable.
| |
IsAnyInstanceThreadSafe |
Determines whether any instance of this type or of any derived class can be safely shared by several threads.
| |
IsImmutable |
Determines whether the adapted type is immutable.
| |
IsThreadSafe |
Determines whether instances of this type can be safely shared by several threads.
| |
ObjectReferenceTypes |
Gets a list of all types referenced from the adapted type.
|