corda/serialization-tests/src/test
Rick Parker 852127c648
ENT-12070 AMQP Serialisation performance improvements (#7778)
* 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
2024-10-10 17:22:07 +01:00
..
java/net/corda/serialization/internal ENT-5043 separate out test utils (#5998) 2020-03-03 15:55:17 +00:00
kotlin/net/corda/serialization/internal ENT-12070 AMQP Serialisation performance improvements (#7778) 2024-10-10 17:22:07 +01:00
resources CORDA-3206: Move serialization tests into separate module to break de… (#5452) 2019-09-12 16:14:44 +01:00
README.md CORDA-3206: Move serialization tests into separate module to break de… (#5452) 2019-09-12 16:14:44 +01:00

Adding tests to the Serialization module

Any serialization tests that require further Corda dependencies (other than core) should be added to this module.