Improve EntityStorage behavior on non-primitive types #21
Labels
enhancement
New feature or request
performance
Impacts the runtime performance
usability
Impacts the user/dev experience
BN
issue from Provide standard middlewares for Blockchain primitive types #19, it might be useful to provide defaultmapFn
implementations for parsingBN
values from LevelDB (which are stored there as hex strings). This implementation should also scan for nested fields of the stored entities and parse them, if required.filterFn
turned out to be unnecessary, as it is nowhere used, and may be removed.mapFn
to obtain full control over SerDe when communicating with LevelDB.The text was updated successfully, but these errors were encountered: