You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpBindingProtocolGenerator.java
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -125,8 +125,8 @@ public ApplicationProtocol getApplicationProtocol() {
125
125
/**
126
126
* Generates serialization functions for shapes in the passed set. These functions
127
127
* should return a value that can then be serialized by the implementation of
128
-
* {@code serializeDocument}. The {@link DocumentShapeSerVisitor} and {@link DocumentMemberSerVisitor}
129
-
* are provided to reduce the effort of this implementation.
128
+
* {@link HttpBindingProtocolGenerator#serializeInputDocumentBody}. The {@link DocumentShapeSerVisitor} and
129
+
* {@link DocumentMemberSerVisitor} are provided to reduce the effort of this implementation.
130
130
*
131
131
* @param context The generation context.
132
132
* @param shapes The shapes to generate serialization for.
@@ -136,7 +136,7 @@ public ApplicationProtocol getApplicationProtocol() {
136
136
/**
137
137
* Generates deserialization functions for shapes in the passed set. These functions
138
138
* should return a value that can then be deserialized by the implementation of
139
-
* {@code deserializeDocument}. The {@link DocumentShapeDeserVisitor} and
139
+
* {@link HttpBindingProtocolGenerator#deserializeInputDocumentBody}. The {@link DocumentShapeDeserVisitor} and
140
140
* {@link DocumentMemberDeserVisitor} are provided to reduce the effort of this implementation.
0 commit comments