Corda: Large serialized transaction size: Are there alternatives to current serialization design?
问题 It appears to me as if the current version of Corda (3.1) stores a (signed) transaction via a BLOB as a serialized byte-array of the Java class SignedTransaction . (The SignedTransaction is a WireTransaction , i.e. contains a byte array representing the serialized transaction). For some projects this approach might pose a challenge as it seems comparably wasteful w.r.t to memory and hence throughput. Is this the standard way Corda will serialize transactions? What options exist to change the