mirror of
https://github.com/corda/corda.git
synced 2025-04-26 05:49:44 +00:00
* CORDA-3716: Fix SandboxEnumSerializer to handle enums that override toString(). * Remove more uses of Enum.toString() from the Corda serializer. * Add test coverage for this case to standard enum serializer. * Increase maxWaitTimeout in IRSDemoTest to 150 seconds.