Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default or not-applicable serialization modifiers #329

Closed
1 task done
juileetikekar opened this issue Oct 9, 2024 · 1 comment
Closed
1 task done

Default or not-applicable serialization modifiers #329

juileetikekar opened this issue Oct 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@juileetikekar
Copy link
Collaborator

juileetikekar commented Oct 9, 2024

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

  1. 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

  2. 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.

image

  • I have signed the required Developer Certificate of Origin (DCO) already.
@juileetikekar juileetikekar added the bug Something isn't working label Oct 9, 2024
@mjacoby
Copy link
Collaborator

mjacoby commented Oct 9, 2024

This is a duplicate of #327

@mjacoby mjacoby closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants