Issue with final field serialization (networking + zay-es-net)

Submitted the PR

The reason this works is due to obtaining reflection access to the field by field.setAccessible(true); otherwise, it will throw an IllegalAccessException.

4 Likes