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

Add implementation for computing the required bytes to encode a message #2239

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Apr 7, 2023

  1. Add implementation for computing the required bytes to encode a messa…

    …ge (Kotlin#2239)
    
    This commit introduces a new API which computes the required bytes to
    encode a message without actually serializing a message. By extension,
    this API is meant to be used as a cornerstone for implementing Kotlin#2075.
    
    Signed-off-by: George Papadopoulos <george.719pap@gmail.com>
    GeorgePap-719 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    47bb556 View commit details
    Browse the repository at this point in the history