Tuple interface throwing errors when trying to serialize as a member of another Class. Propose adding default implementation to allow serialization: @JsonDeserialize(as = MapTuple.class) See: https://github.com/gchq/koryphe/pull/174
Tuple interface throwing errors when trying to serialize as a member of another Class.
Propose adding default implementation to allow serialization:
@JsonDeserialize(as = MapTuple.class)
See:
#174