180Protocol / codaptor

Instantly add Corda to any tech stack and improve resiliency of your architecture
GNU Affero General Public License v3.0
15 stars 5 forks source link

Support Multi Part Form Requests for Structured Objects like Corda Flow Instructions #39

Closed parthbond180 closed 2 years ago

parthbond180 commented 2 years ago

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

parthbond180 commented 2 years ago

Broadening scope of enhancement to support Multi Part Form Data Requests for StructuredObjectSerializer