Skip to content

Cleanup serializing/deserializing code #7

@tanjeff

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.

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