Skip to content

Fix delete event serialization for Contents and Answers

Daniel Gerhardt requested to merge fix-delete-event-serialization into master

Serialization of these events failed with a NullPointerException because stub entities are used for deletion. These do not have the format set which was required to determine the type ID string for Jackson. If the format is not set, null is now returned.

Fixes #87 (closed)
Supersedes: !340 (closed)

Edited by Daniel Gerhardt

Merge request reports