Skip to content

Commit

Permalink
Update CborSerializerGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
david-perez committed Nov 16, 2023
1 parent 8b6ea9d commit f18d13b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ class CborSerializerGenerator(
)
}

override fun unsetUnion(union: UnionShape): RuntimeType {
// TODO
TODO("Not yet implemented")
}

override fun operationInputSerializer(operationShape: OperationShape): RuntimeType? {
// Don't generate an operation JSON serializer if there is no JSON body.
val httpDocumentMembers = httpBindingResolver.requestMembers(operationShape, HttpLocation.DOCUMENT)
Expand Down

0 comments on commit f18d13b

Please sign in to comment.