You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected result is currently undefined when using the default or not-applicable serialization modifiers against the table 8: "Applicability of SerializationModifiers".
For instance, as per the table, Level and Extent are not at all applicable on a Property. However, the default value of the Level is Deep and that of Extent is WithoutBlobValue. Thus, what happens when
Level = Deep (default) and/or Extent = WithoutBlobValue (default) on a Property
[a] Ignore the query parameters and return JSON serialization of a Property
[b] Return an error "MathodNotAllowed" due to invalid modifiers as per the table
Extent = WithBlobValue on a Property
[a] Ignore the query parameter and return JSON serialization of a Property
[b] Return an error "MathodNotAllowed" due to invalid modifiers as per the table
Screenshot of the table "Applicability of SerializationModifiers" w.r.t. Property.
I have signed the required Developer Certificate of Origin (DCO) already.
The text was updated successfully, but these errors were encountered:
The expected result is currently undefined when using the default or not-applicable serialization modifiers against the table 8: "Applicability of SerializationModifiers".
For instance, as per the table, Level and Extent are not at all applicable on a Property. However, the default value of the Level is Deep and that of Extent is WithoutBlobValue. Thus, what happens when
Level = Deep (default) and/or Extent = WithoutBlobValue (default) on a Property
[a] Ignore the query parameters and return JSON serialization of a Property
[b] Return an error "MathodNotAllowed" due to invalid modifiers as per the table
Extent = WithBlobValue on a Property
[a] Ignore the query parameter and return JSON serialization of a Property
[b] Return an error "MathodNotAllowed" due to invalid modifiers as per the table
Screenshot of the table "Applicability of SerializationModifiers" w.r.t. Property.
The text was updated successfully, but these errors were encountered: