mirror of
https://github.com/corda/corda.git
synced 2025-03-22 12:05:59 +00:00
- Adding test case that shows it should work AS it works with concrete classes, not if we carpent up the back end - WIP - The current test fails because the carpenter is creating the map (for some reason) as a linked hash map and not a normal map that we can't serialise. Added a test to confirm that it's not the carpenter here. Two questions really, why are we creating it as a linked has map, AFAIK the carpenter should just be whipping up what it's told to and it's not being given a linked map Secondly, should we support serialisation of these objects - Remove debug - Remove yet more debug