kenhuuu commented on code in PR #3492: URL: https://github.com/apache/tinkerpop/pull/3492#discussion_r3562047345
########## 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: This is actually a good find. The PR that changed this was actually missing this information in the documentation (it only mentioned the usage of RequestInterceptor but didn't explicitly say that serializer options were going away). I'll add it to upgrade/reference documentation to make it clear. -- 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]
