JSON format
#456
Replies: 1 comment
-
We ended up using plain POJO objects with Lombok generated getter/setters and some custom annotations to describe the MISB bytes to value conversion. The issue with jmisb's current approach is Jackson doesn't know how to marshall it and writing customer serialization logic would nearly duplicate all the switch statements logic. Ideally I'd like to see jmisb move to simplifying it's parsing logic into better class objects that Jackson can automatically serialize. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A few people have mentioned JSON - kitware has one in Kwiver, and there are others out there. Would be interested in whether there is interest in a shared format / schema.
Beta Was this translation helpful? Give feedback.
All reactions