Skip to content

[ESI] Add serde support for wide integers#9091

Open
mortbopet wants to merge 1 commit intomainfrom
dev/mpetersen/esi_int_wide_serde
Open

[ESI] Add serde support for wide integers#9091
mortbopet wants to merge 1 commit intomainfrom
dev/mpetersen/esi_int_wide_serde

Conversation

@mortbopet
Copy link
Copy Markdown
Contributor

It is very frustrating that ser/de through ESI (U)Int types in C++ just doesn't work. I think that until (if ever) ESI provides an arbitrary-width C++ integer type, it'll be acceptable to fall-back to ser/de through bytearrays for >64-bit int-like types.

It is *very* frustrating that ser/de through ESI `(U)Int` types in C++ just _doesn't work_. I think that until (if ever) ESI provides an arbitrary-width C++ integer type, it'll be acceptable to fall-back to ser/de through bytearrays for >64-bit int-like types.
@mortbopet mortbopet requested a review from teqdruid as a code owner October 14, 2025 08:45
@mortbopet
Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant