AxonFramework / ReferenceGuide

The Reference Guide of Axon Framework
Apache License 2.0
29 stars 22 forks source link

Provide Event Upcaster implementation Examples #101

Closed smcvb closed 5 years ago

smcvb commented 5 years ago

Questions about 'how do I upcast?' arise quite often, as the process is quite complicated. As such, it would be beneficial to provide code samples of how to upcast a given Event payload from 'version x' to 'version y', both in JsonNode (the JacksonSerializer) and Dom4j Document (the XStreamSerializer).

smcvb commented 5 years ago

Closing this issue, as the problem has been resolved in AxonIQ Ref. Guide fork #26.