HeapsIO / hxbit

Haxe Binary serialization and network synchronization library
155 stars 30 forks source link

Add error on member final in a serializable class #73

Closed Speedphoenix closed 2 months ago

Speedphoenix commented 2 months ago

Having a final member in a serializable will now raise the error "Serializables may not have member final variables" instead of "this expression cannot be accessed for writing" (because of unserializeInit)