Skip to content

[Bug] SerializationExtension bindings never reach the cluster wire / persistence #450

Description

@pathosDev

Docs (serialization/{overview,cbor,custom}) state that JSON/CBOR/custom bindings registered via SerializationExtension take effect on the cluster wire and persistence. In reality the wire uses JSON.stringify(envelope) (Protocol.ts) and the stores write their own JSON; SerializationExtension is imported only by serialization/*, index.ts, and http/Marshalling.ts. Either wire it through, or the binding feature is inert for wire/persistence. Surfaced by the docs↔source audit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority: mediumUseful, not urgentproduction-goalBlocks or defines the path to production readiness

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions