Skip to content

complete support for custom_serializable #2462

@lemire

Description

@lemire

Currently, we allow users to customize the deserialization, see
https://github.com/simdjson/simdjson/blob/master/doc/basics.md#2-use-tag_invoke-for-custom-types-c20

But we are missing support for the equivalent with serialization.

struct serialize_tag;

with a corresponding concept...

 custom_serializable<T, value_type>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions