Gaffer
Gaffer copied to clipboard
Jackson serialisation using JsonTypeInfo needs improving
The JsonTypeInfo annotation causes problems with generic types/type erasure. We have a temporary solution that adds a class property to Element and ElementSeed, but it isn't very nice.
See comment on pull request - https://github.com/gchq/Gaffer/pull/505/files
The changes have caused the "class" field to be missed off again - so we need a different fix.