Use "coder" to serialize Actor requests 92/108592/2
authorJim Hahn <jrh3@att.com>
Fri, 29 May 2020 20:32:57 +0000 (16:32 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 29 May 2020 20:51:29 +0000 (16:51 -0400)
Modified the Actors to use the "coder" to serialize requests
instead of defaulting to the HttpClient serialization provider.
Decided to just pretty-print the requests since that can be used for
both logging and transmission, which avoids serializing the request twice.

Issue-ID: POLICY-2601
Change-Id: I190ed19dd852a1aa66156b358cbc97c3b121af1f
Signed-off-by: Jim Hahn <jrh3@att.com>

No differences found