Class PreprEvent.Deserializer

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.util.Converter<PreprEvent,​PreprEvent>
    Enclosing class:
    PreprEvent

    public static class PreprEvent.Deserializer
    extends com.fasterxml.jackson.databind.util.StdConverter<PreprEvent,​PreprEvent>
    We want the timelines to be in a logical order. That is, the first one first. We get them in a kind of random order back from the API. We use the _first_ timeline to generate a ID, so it should always be the same one.
    • Constructor Detail

      • Deserializer

        public Deserializer()