corda/experimental/cpp-serializer/bin/test
Katelyn Baker 913ba1d46e
NOTICK - Initial work on a non JVM (C++) serialiser (#5368)
Currently, it's more of a blob inspector than a full-blown
implementation, but this code does have the ability to understand a Corda
serialized blob and build a set of deserialisers to handle a blob. It
does this in the same way the native java implementation works by
interrogating the types (as per the definition in the envelope) and
building recursive type readers that are able to pull the relevant
information out of the byte stream.

Lots of future work to undertake, but as a starting point its a little
bit useful with the scope it could be made much more useful with some
work.
2019-08-15 21:16:20 +01:00
..
IntList NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
IntListStringList NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
ListOfComposite NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
ListOfComposites NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
ListOfListOfComposites NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
ListOfListOfListOfInt NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
ListOfStringList NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
manyTypes NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
OneComposite NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
OneCompositeOneString NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
OneInt NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
TwoIntLists NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00
TwoInts NOTICK - Initial work on a non JVM (C++) serialiser (#5368) 2019-08-15 21:16:20 +01:00