spmallette commented on code in PR #3492:
URL: https://github.com/apache/tinkerpop/pull/3492#discussion_r3539360937


##########
docs/src/reference/gremlin-variants.asciidoc:
##########
@@ -1997,7 +1997,7 @@ can be passed in the constructor of a new `Client` or 
`DriverRemoteConnection` :
 |options.interceptors |RequestInterceptor/RequestInterceptor[] |One or more 
functions that can modify the HTTP request before it is sent, run in order. 
|undefined
 |options.auth |RequestInterceptor |An auth interceptor that is always appended 
to the end of the interceptor list so it runs last. |undefined
 |options.preciseNumbers |Boolean |When `true`, wraps deserialized numbers in 
typed wrappers that preserve the server's original type. |undefined
-|options.reader |GraphBinaryReader |The reader to use for deserializing 
responses. |GraphBinaryReader
+|options.responseSerializer |GraphBinaryReader |The reader to use for 
deserializing responses. |GraphBinaryReader

Review Comment:
   i suppose we say somewhere else that "serializing requests isn't 
configurable because...." - that might be useful information to folks who come 
from 3.x and are used to `serializer` working the way it used to.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to