Class | Description |
---|---|
BaseSerializer |
Abstract serializer for mapping Transforms, Conditions, Filters, DataActions etc to/from JSON.
Also: lists and arrays of these. |
JsonSerializer |
Serializer used for converting objects (Transforms, Conditions, etc) to JSON format
|
ListWrappers |
A collection of list wrappers to avoid issues with Jackson losing generic type information and hence
ignoring the json configuration annotations.
These are used internally in BaseSerializer and should not be used elsewhere |
ListWrappers.ConditionList | |
ListWrappers.DataActionList | |
ListWrappers.FilterList | |
ListWrappers.ReducerList | |
ListWrappers.SequenceComparatorList | |
ListWrappers.TransformList | |
TestCustomTransformJsonYaml |
Created by Alex on 11/01/2017.
|
TestYamlJsonSerde |
Created by Alex on 20/07/2016.
|
YamlSerializer |
Serializer used for converting objects (Transforms, Conditions, etc) to YAML format
|