Skip to content

Serialize and deserialize objects fast #582

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

Activity

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

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