mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
299b8026c7
Current implementation is such that if we find *a* constructor that works for us we use that, this is of course rather non deterministic, it also means we may not select the best constructor for example old versions had constructors that took V1: A B V2: A B C D if current version, V3 is V3: A B C D E which provides secondary constructors for the above then there is a chance we'd de-serialise objects that were serialised as V2 using the V1 constructor and thus throw away information we don't need to Additional Changes: Fixes following rebase onto master |
||
---|---|---|
.. | ||
src | ||
build.gradle |