You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that they are redundant, calculated data based on the properties of the entity.
If I annotate the delegates with @DeleGate:Transient, that removes the lazy field from the serialized format, but will generate NPE after deserialization (like e.g. restart of the server) - since the delegate property is now null.
JSON format could probably help.
The text was updated successfully, but these errors were encountered:
The problem is that they are redundant, calculated data based on the properties of the entity.
If I annotate the delegates with @DeleGate:Transient, that removes the lazy field from the serialized format, but will generate NPE after deserialization (like e.g. restart of the server) - since the delegate property is now null.
JSON format could probably help.
The text was updated successfully, but these errors were encountered: