Skip to content

Allow for opting out of Unmanaged struct optimizations. #440

@retroandchill

Description

@retroandchill

Currently, if a type is annotated with MemoryPackable and it is unmanaged, you can do essentially nothing to customize it, which is really annoying for my use case where I'm using unmanaged structs to hold integer keys to some external data and to serialize I need to write it out as that external data, but nope, this library won't let me. Consider seriously reworking the way unmanaged structs are handled so this library is actually usable for a case like this.

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