Modeling Volume Per Acre #415
Unanswered
jkorba-rantizo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to create quantities as volume per acre (e.g. gallons per acre, pints per acre, quarts per acre, etc.), and they need to be serializable as part of a REST api via Jackson.
systems.uom:systems-common:2.1
, so I've been using that along with theUnitJacksonModule
module fromtech.uom.lib:uom-lib-jackson:2.1
for serializing.Simple test (kotlin):
and the output:
I was expecting the unit to be "ac" or similar. Am I out to lunch?
Any guidance is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions