Releases: TrustedDataFramework/java-rlp
Releases · TrustedDataFramework/java-rlp
add source code
add source code
supports global configure of custom encoder/decoder
supports global configure of custom encoder/decoder
improve performance
cache reflection calls to improve decode performance
Fix bug when decode 55 bytes item
v.1.1.15
add default ordering of fields
add default ordering of fields
warning on mistake generic usage
add warning on mistake generic usage or misusage of keyOrdering
full supports of set/map encoding/decoding
- supports non-generic map such as ByteArrayMap in ethereumJ
- supports non-generic set such as ByteArraySet in ethereumJ
encoding/decoding container without wrapper,
encoding/decoding container without wrapper
support set and map
- lazy decode
- support set and map encode/decode
- support ordering by
@RLPEncoding.contentOrdering()
in set and@RLPEncoding.keyOrdering()
in map