Description
Initial implementation (FLUME-367) used @XMLRootElement attributes which ended up being limiting when attempting to translate a map data structure directly to a JSON record. Using the jettison library allows us to have better control of the JSON encoding with a small amount of code overhead.