mirror of
https://github.com/corda/corda.git
synced 2025-01-13 00:09:57 +00:00
a9f572c366
Move Jackson client support into net.corda.client.jackson package to match naming scheme used elsewhere
9 lines
352 B
Markdown
9 lines
352 B
Markdown
# Package net.corda.finance.utils
|
|
|
|
A collection of utilities for summing financial states, for example, summing obligations to get total debts.
|
|
|
|
# Package net.corda.client.jackson
|
|
|
|
Utilities and serialisers for working with JSON representations of basic types. This adds Jackson support for
|
|
the java.time API, some core types, and Kotlin data classes.
|