Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Exclude transient fields? #3

Description

@BastiOfBerlin

Question is whether or not to exclude transient fields to save memory.

Con: Transient fields had to be recalculated upon deserialization. How?

nb: determination if a field is transient:
boolean isTransient = Modifier.isTransient(field.getModifiers());

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