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

A way to exclude particular field from serialization process #508

Open
MurashkoIlya opened this issue Nov 13, 2024 · 1 comment
Open

A way to exclude particular field from serialization process #508

MurashkoIlya opened this issue Nov 13, 2024 · 1 comment

Comments

@MurashkoIlya
Copy link

Hey! I'm interested is there a way to exclude fields from serialization process? It would be nice to have that possibility

@Syer10
Copy link
Contributor

Syer10 commented Nov 13, 2024

The serialization process uses Java Serialization so you can exclude fields using @Transient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants