Closed fmasa closed 9 months ago
Hey 👋 , did anyone had time to take a look? 🙂
@fmasa Im guessing its sort of blocked by my PR, which refactors serialization quite a bit more substantially. To speed up the process, I've added the value class fix in there as well :)
@Daeda88 Thanks! I figured as much :grinning:
Hi, thank you for this awesome library!
I'm trying to migrate to this library from my hacky implementation (https://github.com/fmasa/wfrp-master/pull/238) and I encountered the following bug.
Fields with value classes are now always serialized as
null
, this fixes it.