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

Expose CodedOutputStream ctor #7335

Closed
MaximGurschi opened this issue Mar 27, 2020 · 1 comment
Closed

Expose CodedOutputStream ctor #7335

MaximGurschi opened this issue Mar 27, 2020 · 1 comment
Labels

Comments

@MaximGurschi
Copy link

What language does this apply to?
C#

Describe the problem you are trying to solve.
Fast serialization for when the output byte array has other data.

Describe the solution you'd like
Expose the private ctor of CodedOutputStream:
private CodedOutputStream(byte[] buffer, int offset, int length)

@MaximGurschi
Copy link
Author

Hopefully obsolete by PR #7576

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants