java-bigchaindb-driver
java-bigchaindb-driver copied to clipboard
added support for generic and custom data types
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