jsr363 Questions

1

I want to add a custom serializer and deserializer for JSR 363 javax.measure.Quantity<Q extends Quantity<Q>>, which basically encapsulates a "value" and a "unit". Creating the serialize...
Koto asked 10/3, 2017 at 17:1

4

Solved

I'm using the reference implementation of JSR363. I've tried many variations of this but I'll give this code as an example. ServiceProvider provider = ServiceProvider.current(); QuantityFactory&lt...
Amando asked 27/9, 2016 at 6:41

2

I am using the reference implementation of JSR 363: Units of Measurement API from maven (tec.units:unit-ri). Now I have to add a few units like teaspoon, fluid ounce and so on. Im extending the U...
Polio asked 1/12, 2015 at 14:45
1

© 2022 - 2024 — McMap. All rights reserved.