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

Serialize JSON directly from Pages #23975

Merged
merged 5 commits into from
Oct 31, 2024
Merged

Serialize JSON directly from Pages #23975

merged 5 commits into from
Oct 31, 2024

Commits on Oct 30, 2024

  1. Serialize directly from the memory representation

    This avoids unnecessary boxing/unboxing for primitive values
    which are boxed once the `Object getObjectValue` is called on a `Type`.
    
    This now fetches primitive values directly and writes them to a JsonGenerator without unboxing.
    wendigo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2d24125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa50dab View commit details
    Browse the repository at this point in the history
  3. Serialize pages directly to json in the direct protocol

    This unifies serialization between the spooled and direct protocols
    wendigo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f27d9e6 View commit details
    Browse the repository at this point in the history
  4. Invert the condition and flag

    wendigo committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3ab8ca2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b98e65c View commit details
    Browse the repository at this point in the history