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

C# - support byte[]-segment deserializers **without** changing the calling API #19460

Closed
wants to merge 9 commits into from

Commits on Jun 25, 2019

  1. Support byte[]-segment deserializers **without** changing the calling…

    … API; use shared buffer-pool to implement leased buffers
    mgravell committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    51b9a13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6792913 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. simplify the logic for buffer-reduction in deserialization; prefer RO…

    …S, on the basis that we can do that with net45 and ns20 and cover almost everyone
    mgravell committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    44fa668 View commit details
    Browse the repository at this point in the history
  2. clean up using directives

    mgravell committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    775a87e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc881af View commit details
    Browse the repository at this point in the history
  4. nit: whitespace

    mgravell committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7b38790 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26d8639 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e8be67 View commit details
    Browse the repository at this point in the history
  7. fix nits

    mgravell committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    9dd3a9e View commit details
    Browse the repository at this point in the history