Hi All, This is really just a follow-on clarification to another post https://lists.apache.org/thread/l7zxn8j87qlfqnom125o76f7lb5qjd8b that changes the default from GraphBinary to plain JSON. I'm proposing that none of the GLVs support custom request serializers built into the GLV's API itself. For instance, the "serializer()" option on Cluster in the Java GLV would only be used for the response serializer but not the request. So we would remove any options that are specifically used to change the request serializer.
Users that wish to use a different serializer for requests will have to do so through a custom RequestInterceptor. Any concerns about this? Thanks, Ken
