serializers

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 2 Imported by: 0

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

func (*JSONSerializer) Serialize

func (s *JSONSerializer) Serialize(v any) ([]byte, error)

type MsgPackSerializer

type MsgPackSerializer struct{}

func (*MsgPackSerializer) Deserialize

func (d *MsgPackSerializer) Deserialize(data []byte, v any) error

func (*MsgPackSerializer) Serialize

func (s *MsgPackSerializer) Serialize(v any) ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL