We can drop some code from the custom ExtendedMarshaller class and rely on the behavior in the parent Marshaller instead.
ExtendedMarshaller
Marshaller
Is there a reason for this besides avoiding duplication?
Right, we might as well avoid the duplication.
Issue #1538
rebased onto dcf95e598a68d734d33fcfd41dc4cb2e6a225840
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
Commit c30c4a48 fixes this pull-request
Pull-Request has been merged by tkopecek
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
We can drop some code from the custom
ExtendedMarshallerclass and rely on the behavior in the parentMarshallerinstead.