Skip to main content

Module serialization

Module serialization 

Source
Expand description

Wire encoding for SealedOpenOrgInviteData. Its two internal envelopes are packed with CBOR (compact binary format) then base64url-wrapped so it crosses every boundary as one opaque string — via serde on the Rust side and the WASM ABI (wasm-bindgen’s Rust↔JS conversion layer) into TypeScript.

Structs§

SealedOpenOrgInviteDataWire 🔒
Intermediate shape used to (de)serialize SealedOpenOrgInviteData to and from its wire bytes. Each envelope is carried as raw bytes under a short field name for compactness.

Enums§

SealedOpenOrgInviteDataError
Errors returned when parsing a SealedOpenOrgInviteData from its wire form.