Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GobProtocol ¶
type GobProtocol struct {
// contains filtered or unexported fields
}
func (*GobProtocol) DecodeBytes ¶
func (g *GobProtocol) DecodeBytes(b []byte, a any) error
func (*GobProtocol) EncodeBytes ¶
func (g *GobProtocol) EncodeBytes(a any) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.