package
0.10.3
Repository: https://github.com/cloudwego/kitex.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewReadJSON build ReadJSON according to ServiceDescriptor.
NewWriteJSON build WriteJSON according to ServiceDescriptor.

# Structs

ReadJSON implement of MessageReaderWithMethod.
WriteJSON implement of MessageWriter.

# Interfaces

No description provided by the author
MessageReader read from ActualMsgBuf with method and returns a string.
MessageWriter writes to a converts json to protobufs wireformat and returns an output bytebuffer.