Méthode | Description | |
---|---|---|
DefaultPropertyScanningConvention ( ) : System | ||
GetPropertyName ( |
Gets the name of the property as it gets serialized in JSON.
|
|
IsLinkedResource ( |
Used to distinguish simple properties (serialized in-line) from linked resources (side-loaded in "linked" section).
|
|
IsPrimaryId ( |
Determines if the given PropertyInfo is the primary ID of the currently scanned resource.
|
|
ShouldIgnore ( |
Determines if the property should be ignored during scanning.
|
Méthode | Description | |
---|---|---|
IsMarkedSerializeAsPrimitive ( |
Looks for "SerializeAsPrimitive" using reflection, with the idea being that such an attribute may be re-defined in projects that don't reference this one
|
public DefaultPropertyScanningConvention ( ) : System | ||
Résultat | System |
public GetPropertyName ( |
||
pi | ||
Résultat | string |
public IsLinkedResource ( |
||
pi | ||
Résultat | bool |
public IsPrimaryId ( |
||
propertyInfo | ||
Résultat | bool |
public ShouldIgnore ( |
||
pi | ||
Résultat | bool |