[BEAM-2165] Update Apex to support serializing/deserializing custom user types configured via Jackson modules
This closes #2880 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/02b72d66 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/02b72d66 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/02b72d66 Branch: refs/heads/master Commit: 02b72d6644c07b72a4c977a6cb16d59ec5a0ed8c Parents: f43b61a 1f1c897 Author: Luke Cwik <[email protected]> Authored: Thu May 4 07:16:29 2017 -0700 Committer: Luke Cwik <[email protected]> Committed: Thu May 4 07:16:29 2017 -0700 ---------------------------------------------------------------------- runners/apex/pom.xml | 4 + .../utils/SerializablePipelineOptions.java | 15 ++- .../translation/utils/PipelineOptionsTest.java | 98 ++++++++++++++++---- 3 files changed, 99 insertions(+), 18 deletions(-) ----------------------------------------------------------------------
