linearcodec

package
v0.0.0-...-3fa05c8 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 License: BSD-3-Clause Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Codec

type Codec interface {
	codec.Registry
	codec.Codec
	SkipRegistrations(int)
}

Codec marshals and unmarshals

func New

func New(tagNames []string, maxSliceLen uint32) Codec

New returns a new, concurrency-safe codec; it allow to specify both tagNames and maxSlicelenght

func NewCustomMaxLength

func NewCustomMaxLength(maxSliceLen uint32) Codec

NewCustomMaxLength is a convenience constructor; it returns a new codec with custom max length and default tags

func NewDefault

func NewDefault() Codec

NewDefault is a convenience constructor; it returns a new codec with reasonable default values

Jump to

Keyboard shortcuts

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