Bart van Heukelom
Bart van Heukelom
I've written a custom serializer which takes `Any` input and - basically by magic - finds an appropriate `KSerializer` to then delegate the actual serialization to. It seemed to me...
``` space.listeners.add(new PreListener( InteractionType.COLLISION, Jumper.CBTYPE, JumpSurface.CBTYPE, function(cb:PreCallback):PreFlag { var a = cb.arbiter.collisionArbiter; if (cb.swapped && cb.int1 == a.shape1.body) throw "swapped error"; ... } )); ``` If I understand correctly, the...
It appears something in Nape causes an error when running an OpenFL game with Neko. Demo code: ``` class Main extends flash.display.Sprite { public function new () { super(); var...
**Describe the bug** ``` @Serializable @JvmInline value class Name(val v: String) ``` Encoding a value of that class to a JSON string works as expected, but `encodeToJsonElement` throws the exception...
Serializers for sealed classes use fully qualified names as discriminators by default. This can introduce instability, as these names are susceptible to changes through refactorings, potentially affecting the serialized form....
http://www.box2dflash.org/docs/2.1a/reference/ was removed, though the website itself is still up. I found a backup at https://web.archive.org/web/20200115190127/http://www.box2dflash.org/docs/2.1a/reference/