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...
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<...
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.