Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FastMarshal ¶
func FastMarshal(msg thrift.ThriftMsgFastCodec) []byte
FastMarshal marshals the msg to buf. The msg should be generated by Kitex tool and implement ThriftMsgFastCodec.
func FastUnmarshal ¶
func FastUnmarshal(buf []byte, msg thrift.ThriftMsgFastCodec) error
FastUnmarshal unmarshal the buf into msg. The msg should be generated by Kitex tool and implement ThriftMsgFastCodec.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.