Open MurashkoIlya opened 2 weeks ago
Hey! I'm interested is there a way to exclude fields from serialization process? It would be nice to have that possibility
The serialization process uses Java Serialization so you can exclude fields using @Transient.
@Transient
Hey! I'm interested is there a way to exclude fields from serialization process? It would be nice to have that possibility