Skip to content

Cleanup serializing/deserializing code #7

Description

@tanjeff

Serializing/deserializing involves juggling around with byte order. The functions write32(), write16(), read32() and read32() were introduced for it, but are not used everywhere (e.g. src/Opaque.cpp does not use them yet).
-> Replace the byte order handling code snippets by calls to these functions.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions