esa / mo-services-java

ESA's Java implementation of the CCSDS MO services
Other
11 stars 4 forks source link

Fix PolymorphicList #27

Closed marten-cgi closed 1 year ago

marten-cgi commented 1 year ago

Changed PolymorphicList encode and decode methods to use MALEncoder and MALDecoder interface methods instead. Auto-generated list classes are encoded and decoded in similar way. The testbed for MAL passes with the change.