Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GobSerializer ¶
type GobSerializer struct { }
func NewGobSerializer ¶
func NewGobSerializer() *GobSerializer
func (*GobSerializer) Deserialize ¶
func (s *GobSerializer) Deserialize(bs []byte, tar any) error
type JSONSerializer ¶
type JSONSerializer struct { }
func NewJSONSerializer ¶
func NewJSONSerializer() *JSONSerializer
func (*JSONSerializer) Deserialize ¶
func (s *JSONSerializer) Deserialize(bs []byte, tar any) error
Click to show internal directories.
Click to hide internal directories.