mirror of
https://github.com/corda/corda.git
synced 2025-03-14 00:06:45 +00:00
* Serialization performance test of creating wire transaction * Initial serialization refactoring to enable future caching of schema * Add caching of schema * Move encoder pool to the companion object so it actually gets re-used! * Slightly better cache concurrency for LocalSerializerFactory * Upgrade grgit to 4.1.1 as 4.0.0 seems to have vanished
Adding tests to the Serialization module
Any serialization tests that require further Corda dependencies (other than core
) should be added to this module.