Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F.serializer #422

Merged
merged 5 commits into from
Jul 22, 2021
Merged

F.serializer #422

merged 5 commits into from
Jul 22, 2021

Commits on Jul 22, 2021

  1. A basic serialization framework

    - It has a symmetric interface, similar to boost::serialization etc. That
      way, typically only one function has to be written for a type to handle
      reading AND writing.
    - It avoids the error-prone handling of manual calls to writing and reading
      of single bytes
    
    - We currently use it for the writing of the IndexMetaData, but it can be
      used in several more places (e.g. the Vocabulary) in the future.
    joka921 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    ddc9cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ae112 View commit details
    Browse the repository at this point in the history
  3. Readded the missing MetaData.

    joka921 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    99b2ede View commit details
    Browse the repository at this point in the history
  4. Addid a missing newline.

    joka921 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    7654264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    698cd50 View commit details
    Browse the repository at this point in the history