java-bigchaindb-driver icon indicating copy to clipboard operation
java-bigchaindb-driver copied to clipboard

added support for generic and custom data types

Open innopreneur opened this issue 7 years ago • 0 comments

This PR provides support for generic and custom data types in Asset data and Meta data (e.g.) Map<String, CustomClass> . But, this PR doesn't support complex nested data types (e.g) Map<String, Map<String, CustomClass>>. It will need another PR

innopreneur avatar Sep 26 '18 10:09 innopreneur