corda/serialization-1.2
Shams Asari fbb8a774f3 ENT-11056: Turn off javadoc for serialisation-1.2 module
It doesn't have any Java source code.
2024-01-03 12:41:04 +00:00
..
build.gradle ENT-11056: Turn off javadoc for serialisation-1.2 module 2024-01-03 12:41:04 +00:00
README.md ENT-11056: Compile the external verifier using Kotlin 1.2 (#7622) 2024-01-02 17:02:20 +00:00

This is a Kotlin 1.2 version of the serialization module, which is consumed by the verifier module, for verifying contracts written in Kotlin 1.2. This is just a "shell" module which uses the existing the code in serialization and compiles it with the 1.2 compiler.

To allow serialization to benefit from new APIs introduced since 1.2, those APIs much be copied into the core-1.2 module with the same kotlin package.