rlp

package
v0.33.20 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: AGPL-3.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec added in v0.23.2

type Codec struct{}

func (*Codec) NewDecoder added in v0.23.2

func (c *Codec) NewDecoder(r io.Reader) encoding.Decoder

func (*Codec) NewEncoder added in v0.23.2

func (c *Codec) NewEncoder(w io.Writer) encoding.Encoder

type Decoder added in v0.23.2

type Decoder struct {
	// contains filtered or unexported fields
}

func (*Decoder) Decode added in v0.23.2

func (e *Decoder) Decode(v interface{}) error

type Encoder

type Encoder struct {
	// contains filtered or unexported fields
}

func (*Encoder) Encode

func (e *Encoder) Encode(v interface{}) error

type Marshaler added in v0.23.2

type Marshaler struct{}

func NewMarshaler added in v0.23.2

func NewMarshaler() *Marshaler

func (*Marshaler) Marshal added in v0.23.2

func (m *Marshaler) Marshal(val interface{}) ([]byte, error)

func (*Marshaler) MustMarshal added in v0.23.2

func (m *Marshaler) MustMarshal(val interface{}) []byte

func (*Marshaler) MustUnmarshal added in v0.23.2

func (m *Marshaler) MustUnmarshal(b []byte, val interface{})

func (*Marshaler) Unmarshal added in v0.23.2

func (m *Marshaler) Unmarshal(b []byte, val interface{}) error

Jump to

Keyboard shortcuts

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