hyperledger/fabric-chaincode-java

Support for fluent accessor serialization

Breina opened this issue · 0 comments

Breina commented

With java records, getters are accessed fluently (e.g. getId() -> id()).

The current serializer requires traditional getters and is not compatible with standard records without explicitly adding getters to it.