mirror of
https://github.com/corda/corda.git
synced 2025-06-22 09:08:49 +00:00
JacksonSupport: add support for Amount<Currency> and OpaqueBytes
This commit is contained in:
@ -3,6 +3,17 @@ Changelog
|
||||
|
||||
Here are brief summaries of what's changed between each snapshot release.
|
||||
|
||||
UNRELEASED
|
||||
----------
|
||||
|
||||
API changes:
|
||||
|
||||
* The new Jackson module provides JSON/YAML serialisers for common Corda datatypes. If you have previously been
|
||||
using the JSON support in the standalone web server, please be aware that amounts are now serialised as strings
|
||||
instead of { quantity, token } pairs as before. The old format is still accepted, but new JSON will be produced
|
||||
using strings like "1000.00 USD" when writing. You can use any format supported by ``Amount.parseCurrency``
|
||||
as input.
|
||||
|
||||
Milestone 9.1
|
||||
-------------
|
||||
|
||||
|
Reference in New Issue
Block a user