Gaffer icon indicating copy to clipboard operation
Gaffer copied to clipboard

Jackson serialisation using JsonTypeInfo needs improving

Open p013570 opened this issue 8 years ago • 2 comments

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.

p013570 avatar Oct 12 '16 12:10 p013570

See comment on pull request - https://github.com/gchq/Gaffer/pull/505/files

p013570 avatar Oct 31 '16 09:10 p013570

The changes have caused the "class" field to be missed off again - so we need a different fix.

p013570 avatar Nov 03 '16 11:11 p013570