prowide / prowide-iso20022

Comprehensive business model and parser for all ISO 20022 messages
https://www.prowidesoftware.com
Apache License 2.0
147 stars 68 forks source link

issue #26 fix proposal for apphdr json deserialization #27

Closed elominp closed 3 years ago

elominp commented 3 years ago

Proposal of a fix for issue #26, adding a new Gson adapter for the AppHdr and a new hdrType field to store the AppHdr type in the serialized Json.

Defaults to LegacyAppHdr if the new type field is missing for compatibility

zubri commented 3 years ago

Picked up with some changes in https://github.com/prowide/prowide-iso20022/pull/29