Has support for TransientSerializable annotation been removed from Ignite 2.14?
I have used this feature in 2.11 but it seems to be missing in 2.14.
If so, what is the current replacement?
The TransientSerializable
annotation is still available in Ignite 2.14.0. You can check it on GitHub here.
Actually, I should mention that it's a part of Ignite's internal API and its public usage should be avoided.