Skip to content

Serialize and deserialize objects fast #582

@maratnek

Description

@maratnek

Hi!
I found JSON serialize. But it takes a lot of time.
Maybe exist a possibility for serialized ChaiScript object to bytecode and back.
for example in c++ I can do:

struct MyStruct{...} my_struct;
std::string( reinterpret_cast<char*>(&my_struct), sizeof my_struct )

Br,
Marat

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