Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONSerializer ¶
type JSONSerializer struct{}
func (*JSONSerializer) Deserialize ¶
func (d *JSONSerializer) Deserialize(data []byte, v any) error
type MsgPackSerializer ¶
type MsgPackSerializer struct{}
func (*MsgPackSerializer) Deserialize ¶
func (d *MsgPackSerializer) Deserialize(data []byte, v any) error
Click to show internal directories.
Click to hide internal directories.