mirror of
https://github.com/corda/corda.git
synced 2025-02-10 12:51:37 +00:00
The Blob Writer is a small kotlin app that allows arbitrary things to be serialized and then those bytes written to a file, quite useful for working on non JVM parsing of such things. Along a similar vein, add a schema dumper alongside the blob-inspector to highlight the contents of the header
Sub Dirs
proton
C++ utility functions for the qpid-proton library and some auto objects to make working with the library a little nicer
amqp
The Corda AMQP Schema represtnation, both the described versino as it exists within the stream and an instantiated set of C++ classes representing that structure.
serialiser
Able to take the blob element of an Envelope and extract class data from it in a menainful way.