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

feat: Support encoding/emitting nested structures with binary fields #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 21, 2024

  1. feat: Support encoding/emitting nested structures with binary fields

    I've pulled in jsoniter to support passing a context into a json serialization, so we can stop walking and rewriting the entire passed structure to replace with placeholders.  Instead, for the registered types, we replace them with placeholders inline as they're serialized, writing their attachments to a stream-context-passed attachments list, so it's multiple-simultaneous-encoding-safe.
    deregtd committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    4597211 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. PR feedback

    deregtd committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    111a35d View commit details
    Browse the repository at this point in the history
  2. forgot to commit this

    deregtd committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    005578a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379e950 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    b80f54d View commit details
    Browse the repository at this point in the history