Currently, serialising Files is only supported as part of the CordaNodeAttachmentSerialiser. However, File streams can be inputs to flows. Hence a InputStreamSerialiser needs to be written to handle File binary streams to be serialised as InputStream
Currently, serialising Files is only supported as part of the
CordaNodeAttachmentSerialiser
. However, File streams can be inputs to flows. Hence aInputStreamSerialiser
needs to be written to handle File binary streams to be serialised asInputStream